Searched defs:lookup_flags (Results 1 – 18 of 18) sorted by relevance
/linux-6.3-rc2/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 | 162 unsigned int lookup_flags; in SYSCALL_DEFINE3() local 324 int lookup_flags = 0; in SYSCALL_DEFINE5() local
|
A D | open.c | 125 unsigned int lookup_flags = LOOKUP_FOLLOW; in do_sys_truncate() local 462 unsigned int lookup_flags = LOOKUP_FOLLOW; in do_faccessat() local 549 unsigned int lookup_flags = LOOKUP_FOLLOW | LOOKUP_DIRECTORY; in SYSCALL_DEFINE1() local 597 unsigned int lookup_flags = LOOKUP_FOLLOW | LOOKUP_DIRECTORY; in SYSCALL_DEFINE1() local 678 unsigned int lookup_flags = LOOKUP_FOLLOW; in do_fchmodat() local 790 int lookup_flags; in do_fchownat() local 1160 int lookup_flags = 0; in build_open_flags() local
|
A D | namei.c | 1374 int *count, unsigned lookup_flags) in __traverse_mounts() 1427 int *count, unsigned lookup_flags) in traverse_mounts() 3778 struct path *path, unsigned int lookup_flags) in filename_create() 3845 struct path *path, unsigned int lookup_flags) in kern_path_create() 3865 struct path *path, unsigned int lookup_flags) in user_path_create() 3947 unsigned int lookup_flags = 0; in do_mknodat() local 4050 unsigned int lookup_flags = LOOKUP_DIRECTORY; in do_mkdirat() local 4146 unsigned int lookup_flags = 0; in do_rmdir() local 4287 unsigned int lookup_flags = 0; in do_unlinkat() local 4410 unsigned int lookup_flags = 0; in do_symlinkat() local [all …]
|
A D | internal.h | 133 int lookup_flags; member
|
A D | stat.c | 199 int lookup_flags = 0; in getname_statx_lookup_flags() local 230 unsigned int lookup_flags = getname_statx_lookup_flags(flags); in vfs_statx() local 471 unsigned int lookup_flags = LOOKUP_EMPTY; in do_readlinkat() local
|
A D | xattr.c | 640 size_t size, int flags, unsigned int lookup_flags) in path_setxattr() 759 size_t size, unsigned int lookup_flags) in path_getxattr() 836 size_t size, unsigned int lookup_flags) in path_listxattr() 901 const char __user *name, unsigned int lookup_flags) in path_removexattr()
|
A D | fhandle.c | 98 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 | 82 unsigned int lookup_flags; member 1814 int lookup_flags = LOOKUP_MOUNTPOINT; in ksys_umount() local 2510 int lookup_flags = LOOKUP_AUTOMOUNT | LOOKUP_FOLLOW; in SYSCALL_DEFINE3() local 4261 unsigned int lookup_flags = LOOKUP_AUTOMOUNT | LOOKUP_FOLLOW; in build_mount_kattr() local
|
/linux-6.3-rc2/net/ipv6/netfilter/ |
A D | nft_fib_ipv6.c | 27 int lookup_flags = 0; in nft_fib6_flowi_init() local 170 int lookup_flags; in nft_fib6_eval() local
|
A D | ip6t_rpfilter.c | 46 int lookup_flags; in rpfilter_lookup_reverse6() local
|
/linux-6.3-rc2/tools/testing/selftests/bpf/progs/ |
A D | fib_lookup.c | 11 int lookup_flags = 0; variable
|
/linux-6.3-rc2/io_uring/ |
A D | xattr.c | 126 unsigned int lookup_flags = LOOKUP_FOLLOW; in io_getxattr() local 235 unsigned int lookup_flags = LOOKUP_FOLLOW; in io_setxattr() local
|
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/ |
A D | fib_lookup.c | 33 int lookup_flags; member
|
/linux-6.3-rc2/fs/notify/fanotify/ |
A D | fanotify_user.c | 1019 unsigned int lookup_flags = 0; in fanotify_find_path() local
|
/linux-6.3-rc2/fs/nfs/ |
A D | dir.c | 2047 unsigned int lookup_flags = 0; in nfs_atomic_open() local
|
Completed in 42 milliseconds