Lines Matching refs:UIO_USERSPACE32
7256 procseg = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in freadlink()
7282 procseg = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in readlink()
7293 procseg = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in readlinkat()
10250 int spacetype = proc_is64bit(vfs_context_proc(&context)) ? UIO_USERSPACE64 : UIO_USERSPACE32; in getdirentries_common()
10544 int spacetype = proc_is64bit(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in getdirentriesattr()
10888 int spacetype = proc_is64bit(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in searchfs()
12812 int spacetype = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in getxattr()
12897 int spacetype = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in fgetxattr()
12961 int spacetype = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in setxattr()
13042 int spacetype = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in fsetxattr()
13110 int spacetype = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in removexattr()
13218 int spacetype = IS_64BIT_PROCESS(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in listxattr()
13261 int spacetype = proc_is64bit(p) ? UIO_USERSPACE64 : UIO_USERSPACE32; in flistxattr()