Searched defs:lookup_flags (Results 1 – 16 of 16) sorted by relevance
| /fs/ |
| A D | init.c | 32 int lookup_flags = LOOKUP_MOUNTPOINT; in init_umount() local 84 int lookup_flags = (flags & AT_SYMLINK_NOFOLLOW) ? 0 : LOOKUP_FOLLOW; in init_chown() local 128 int lookup_flags = (flags & AT_SYMLINK_NOFOLLOW) ? 0 : LOOKUP_FOLLOW; in init_stat() local
|
| A D | fsopen.c | 161 unsigned int lookup_flags; in SYSCALL_DEFINE3() local 353 int lookup_flags = 0; in SYSCALL_DEFINE5() local
|
| A D | xattr.c | 654 unsigned int lookup_flags, struct kernel_xattr_ctx *ctx) in filename_setxattr() 692 unsigned int lookup_flags = 0; in path_setxattrat() local 809 unsigned int lookup_flags, struct kernel_xattr_ctx *ctx) in filename_getxattr() 856 int lookup_flags = 0; in path_getxattrat() local 949 unsigned int lookup_flags, in filename_listxattr() 974 int lookup_flags; in path_listxattrat() local 1041 unsigned int lookup_flags, struct xattr_name *kname) in filename_removexattr() 1070 unsigned int lookup_flags; in path_removexattrat() local
|
| A D | file_attr.c | 388 unsigned int lookup_flags = 0; in SYSCALL_DEFINE5() local 443 unsigned int lookup_flags = 0; in SYSCALL_DEFINE5() local
|
| A D | open.c | 131 unsigned int lookup_flags = LOOKUP_FOLLOW; in do_sys_truncate() local 472 unsigned int lookup_flags = LOOKUP_FOLLOW; in do_faccessat() local 559 unsigned int lookup_flags = LOOKUP_FOLLOW | LOOKUP_DIRECTORY; in SYSCALL_DEFINE1() local 602 unsigned int lookup_flags = LOOKUP_FOLLOW | LOOKUP_DIRECTORY; in SYSCALL_DEFINE1() local 685 unsigned int lookup_flags; in do_fchmodat() local 807 int lookup_flags; in do_fchownat() local 1240 int lookup_flags = 0; in build_open_flags() local
|
| A D | namei.c | 1465 int *count, unsigned lookup_flags) in __traverse_mounts() 1518 int *count, unsigned lookup_flags) in traverse_mounts() 4109 struct path *path, unsigned int lookup_flags) in filename_create() 4163 struct path *path, unsigned int lookup_flags) in kern_path_create() 4184 struct path *path, unsigned int lookup_flags) in user_path_create() 4266 unsigned int lookup_flags = 0; in do_mknodat() local 4388 unsigned int lookup_flags = LOOKUP_DIRECTORY; in do_mkdirat() local 4486 unsigned int lookup_flags = 0; in do_rmdir() local 4623 unsigned int lookup_flags = 0; in do_unlinkat() local 4742 unsigned int lookup_flags = 0; in do_symlinkat() local [all …]
|
| A D | internal.h | 185 int lookup_flags; member
|
| A D | stat.c | 286 int lookup_flags = 0; in statx_lookup_flags() local 345 unsigned int lookup_flags = statx_lookup_flags(flags); in vfs_statx() local 569 unsigned int lookup_flags = LOOKUP_EMPTY; in do_readlinkat() local
|
| A D | fhandle.c | 134 int lookup_flags; in SYSCALL_DEFINE5() local
|
| A D | utimes.c | 84 int lookup_flags = 0, error; in do_utimes_path() local
|
| A D | statfs.c | 101 unsigned int lookup_flags = LOOKUP_FOLLOW|LOOKUP_AUTOMOUNT; in user_statfs() local
|
| A D | namespace.c | 100 unsigned int lookup_flags; member 2102 int lookup_flags = LOOKUP_MOUNTPOINT; in ksys_umount() local 3117 int lookup_flags = LOOKUP_AUTOMOUNT | LOOKUP_FOLLOW; in vfs_open_tree() local 5137 unsigned int lookup_flags = LOOKUP_AUTOMOUNT | LOOKUP_FOLLOW; in SYSCALL_DEFINE5() local
|
| /fs/bcachefs/ |
| A D | fs-ioctl.c | 217 unsigned lookup_flags = 0; in bch2_ioctl_subvolume_create() local
|
| /fs/notify/fanotify/ |
| A D | fanotify_user.c | 1117 unsigned int lookup_flags = 0; in fanotify_find_path() local
|
| /fs/smb/server/ |
| A D | vfs.c | 692 int err, lookup_flags = LOOKUP_NO_SYMLINKS; in ksmbd_vfs_rename() local
|
| /fs/nfs/ |
| A D | dir.c | 2068 unsigned int lookup_flags = 0; in nfs_atomic_open() local
|
Completed in 62 milliseconds