Home
last modified time | relevance | path

Searched defs:lookup_flags (Results 1 – 25 of 34) sorted by relevance

12

/kernel/linux/linux-5.10/fs/
Dinit.c32 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
Dfsopen.c162 unsigned int lookup_flags; in SYSCALL_DEFINE3() local
324 int lookup_flags = 0; in SYSCALL_DEFINE5() local
Dopen.c123 unsigned int lookup_flags = LOOKUP_FOLLOW; in do_sys_truncate() local
402 unsigned int lookup_flags = LOOKUP_FOLLOW; in do_faccessat() local
489 unsigned int lookup_flags = LOOKUP_FOLLOW | LOOKUP_DIRECTORY; in SYSCALL_DEFINE1() local
537 unsigned int lookup_flags = LOOKUP_FOLLOW | LOOKUP_DIRECTORY; in SYSCALL_DEFINE1() local
617 unsigned int lookup_flags = LOOKUP_FOLLOW; in do_fchmodat() local
689 int lookup_flags; in do_fchownat() local
998 int lookup_flags = 0; in build_open_flags() local
Dinternal.h127 int lookup_flags; member
Dnamei.c1181 static int follow_automount(struct path *path, int *count, unsigned lookup_flags) in follow_automount()
1214 int *count, unsigned lookup_flags) in __traverse_mounts()
1267 int *count, unsigned lookup_flags) in traverse_mounts()
3432 struct path *path, unsigned int lookup_flags) in filename_create()
3503 struct path *path, unsigned int lookup_flags) in kern_path_create()
3520 struct path *path, unsigned int lookup_flags) in user_path_create()
3579 unsigned int lookup_flags = 0; in do_mknodat() local
3659 unsigned int lookup_flags = LOOKUP_DIRECTORY; in do_mkdirat() local
3736 unsigned int lookup_flags = 0; in do_rmdir() local
3866 unsigned int lookup_flags = 0; in do_unlinkat() local
[all …]
Dxattr.c557 size_t size, int flags, unsigned int lookup_flags) in path_setxattr()
655 size_t size, unsigned int lookup_flags) in path_getxattr()
731 size_t size, unsigned int lookup_flags) in path_listxattr()
792 const char __user *name, unsigned int lookup_flags) in path_removexattr()
Dfhandle.c98 int lookup_flags; in SYSCALL_DEFINE5() local
Dutimes.c82 int lookup_flags = 0, error; in do_utimes_path() local
Dstat.c178 unsigned lookup_flags = 0; in vfs_statx() local
409 unsigned int lookup_flags = LOOKUP_EMPTY; in do_readlinkat() local
Dstatfs.c101 unsigned int lookup_flags = LOOKUP_FOLLOW|LOOKUP_AUTOMOUNT; in user_statfs() local
Dexec.c2071 int lookup_flags = (flags & AT_EMPTY_PATH) ? LOOKUP_EMPTY : 0; in SYSCALL_DEFINE5() local
2092 int lookup_flags = (flags & AT_EMPTY_PATH) ? LOOKUP_EMPTY : 0; in COMPAT_SYSCALL_DEFINE5() local
/kernel/linux/linux-4.19/net/ipv6/netfilter/
Dnft_fib_ipv6.c31 int lookup_flags = 0; in nft_fib6_flowi_init() local
160 int lookup_flags; in nft_fib6_eval() local
Dip6t_rpfilter.c47 int lookup_flags; in rpfilter_lookup_reverse6() local
/kernel/linux/linux-5.10/net/ipv6/netfilter/
Dnft_fib_ipv6.c27 int lookup_flags = 0; in nft_fib6_flowi_init() local
162 int lookup_flags; in nft_fib6_eval() local
Dip6t_rpfilter.c44 int lookup_flags; in rpfilter_lookup_reverse6() local
/kernel/linux/linux-4.19/fs/
Dopen.c122 unsigned int lookup_flags = LOOKUP_FOLLOW; in do_sys_truncate() local
354 unsigned int lookup_flags = LOOKUP_FOLLOW; in do_faccessat() local
456 unsigned int lookup_flags = LOOKUP_FOLLOW | LOOKUP_DIRECTORY; in ksys_chdir() local
509 unsigned int lookup_flags = LOOKUP_FOLLOW | LOOKUP_DIRECTORY; in ksys_chroot() local
594 unsigned int lookup_flags = LOOKUP_FOLLOW; in do_fchmodat() local
666 int lookup_flags; in do_fchownat() local
948 int lookup_flags = 0; in build_open_flags() local
Dinternal.h114 int lookup_flags; member
Dxattr.c529 size_t size, int flags, unsigned int lookup_flags) in path_setxattr()
627 size_t size, unsigned int lookup_flags) in path_getxattr()
703 size_t size, unsigned int lookup_flags) in path_listxattr()
764 const char __user *name, unsigned int lookup_flags) in path_removexattr()
Dnamei.c3606 struct path *path, unsigned int lookup_flags) in filename_create()
3677 struct path *path, unsigned int lookup_flags) in kern_path_create()
3694 struct path *path, unsigned int lookup_flags) in user_path_create()
3751 unsigned int lookup_flags = 0; in do_mknodat() local
3831 unsigned int lookup_flags = LOOKUP_DIRECTORY; in do_mkdirat() local
3908 unsigned int lookup_flags = 0; in do_rmdir() local
4037 unsigned int lookup_flags = 0; in do_unlinkat() local
4143 unsigned int lookup_flags = 0; in do_symlinkat() local
4529 unsigned int lookup_flags = 0, target_flags = LOOKUP_RENAME_TARGET; in do_renameat2() local
Dfhandle.c98 int lookup_flags; in SYSCALL_DEFINE5() local
Dutimes.c147 int lookup_flags = 0; in do_utimes() local
Dstat.c171 unsigned int lookup_flags = LOOKUP_FOLLOW | LOOKUP_AUTOMOUNT; in vfs_statx() local
388 unsigned int lookup_flags = LOOKUP_EMPTY; in do_readlinkat() local
Dstatfs.c85 unsigned int lookup_flags = LOOKUP_FOLLOW|LOOKUP_AUTOMOUNT; in user_statfs() local
Dexec.c1986 int lookup_flags = (flags & AT_EMPTY_PATH) ? LOOKUP_EMPTY : 0; in SYSCALL_DEFINE5() local
2007 int lookup_flags = (flags & AT_EMPTY_PATH) ? LOOKUP_EMPTY : 0; in COMPAT_SYSCALL_DEFINE5() local
/kernel/linux/linux-4.19/fs/notify/fanotify/
Dfanotify_user.c480 unsigned int lookup_flags = 0; in fanotify_find_path() local

12