| /kernel/linux/linux-5.10/tools/perf/examples/bpf/ |
| H A D | sys_enter_openat.c | 22 long dfd; member
|
| H A D | etcsnoop.c | 58 long dfd; member
|
| H A D | augmented_syscalls.c | 66 long dfd; member
|
| /kernel/linux/linux-5.10/arch/parisc/kernel/ |
| H A D | sys_parisc32.c | 27 sys32_fanotify_mark(compat_int_t fanotify_fd, compat_uint_t flags, compat_uint_t mask0, compat_uint_t mask1, compat_int_t dfd, const char __user * pathname) sys32_fanotify_mark() argument
|
| /kernel/linux/linux-6.6/arch/parisc/kernel/ |
| H A D | sys_parisc32.c | 27 sys32_fanotify_mark(compat_int_t fanotify_fd, compat_uint_t flags, compat_uint_t mask0, compat_uint_t mask1, compat_int_t dfd, const char __user * pathname) sys32_fanotify_mark() argument
|
| /kernel/linux/linux-6.6/io_uring/ |
| H A D | statx.c | 16 int dfd; member
|
| H A D | openclose.c | 21 int dfd; member
|
| H A D | fs.c | 29 int dfd; member 36 int dfd; member
|
| /kernel/linux/linux-5.10/arch/powerpc/platforms/cell/spufs/ |
| H A D | coredump.c | 24 static int spufs_ctx_note_size(struct spu_context *ctx, int dfd) in spufs_ctx_note_size() argument 115 spufs_arch_write_note(struct spu_context *ctx, int i, struct coredump_params *cprm, int dfd) spufs_arch_write_note() argument
|
| /kernel/linux/linux-6.6/arch/powerpc/platforms/cell/spufs/ |
| H A D | coredump.c | 24 static int spufs_ctx_note_size(struct spu_context *ctx, int dfd) in spufs_ctx_note_size() argument 115 spufs_arch_write_note(struct spu_context *ctx, int i, struct coredump_params *cprm, int dfd) spufs_arch_write_note() argument
|
| /kernel/linux/linux-6.6/tools/testing/selftests/fchmodat2/ |
| H A D | fchmodat2_test.c | 12 int sys_fchmodat2(int dfd, const char *filename, mode_t mode, int flags) in sys_fchmodat2() argument 21 int dfd, ret; in setup_testdir() local 46 int expect_mode(int dfd, const char *filename, mode_t expect_mode) in expect_mode() argument 60 int dfd, ret; test_regfile() local 88 int dfd, ret; test_symlink() local [all...] |
| /kernel/linux/linux-5.10/tools/testing/selftests/openat2/ |
| H A D | resolve_test.c | 49 int dfd, tmpfd; in setup_testdir() local 442 int dfd, fd; test_openat2_opath_tests() local [all...] |
| H A D | rename_attack_test.c | 37 int dfd; in setup_testdir() local 86 int dfd, afd; in test_rename_attack() local [all...] |
| H A D | helpers.c | 22 int raw_openat2(int dfd, const char *path, void *how, size_t size) in raw_openat2() argument 28 int sys_openat2(int dfd, const char *path, struct open_how *how) in sys_openat2() argument 33 int sys_openat(int dfd, const char *path, struct open_how *how) in sys_openat() argument 47 int touchat(int dfd, const char *path) in touchat() argument 71 bool fdequal(int fd, int dfd, const char *path) in fdequal() argument [all...] |
| /kernel/linux/linux-5.10/fs/ |
| H A D | utimes.c | 78 static int do_utimes_path(int dfd, const char __user *filename, in do_utimes_path() argument 138 long do_utimes(int dfd, const char __user *filename, struct timespec64 *times, in do_utimes() argument 172 do_futimesat(int dfd, const char __user *filename, struct __kernel_old_timeval __user *utimes) do_futimesat() argument 266 do_compat_futimesat(unsigned int dfd, const char __user *filename, struct old_timeval32 __user *t) do_compat_futimesat() argument [all...] |
| H A D | stat.c | 174 static int vfs_statx(int dfd, const char __user *filename, int flags, in vfs_statx() argument 212 int vfs_fstatat(int dfd, const char __user *filename, in vfs_fstatat() argument 402 static int do_readlinkat(int dfd, const char __user *pathname, in do_readlinkat() argument 576 do_statx(int dfd, const char __user *filename, unsigned flags, unsigned int mask, struct statx __user *buffer) do_statx() argument [all...] |
| /kernel/linux/linux-6.6/fs/ |
| H A D | utimes.c | 80 static int do_utimes_path(int dfd, const char __user *filename, in do_utimes_path() argument 140 long do_utimes(int dfd, const char __user *filename, struct timespec64 *times, in do_utimes() argument 174 do_futimesat(int dfd, const char __user *filename, struct __kernel_old_timeval __user *utimes) do_futimesat() argument 268 do_compat_futimesat(unsigned int dfd, const char __user *filename, struct old_timeval32 __user *t) do_compat_futimesat() argument [all...] |
| H A D | stat.c | 232 static int vfs_statx(int dfd, struct filename *filename, int flags, in vfs_statx() argument 274 int vfs_fstatat(int dfd, const char __user *filename, in vfs_fstatat() argument 482 static int do_readlinkat(int dfd, cons argument 660 do_statx(int dfd, struct filename *filename, unsigned int flags, unsigned int mask, struct statx __user *buffer) do_statx() argument [all...] |
| /kernel/linux/linux-6.6/tools/testing/selftests/openat2/ |
| H A D | resolve_test.c | 49 int dfd, tmpfd; in setup_testdir() local 442 int dfd, fd; test_openat2_opath_tests() local [all...] |
| H A D | rename_attack_test.c | 37 int dfd; in setup_testdir() local 86 int dfd, afd; in test_rename_attack() local [all...] |
| H A D | helpers.c | 22 int raw_openat2(int dfd, const char *path, void *how, size_t size) in raw_openat2() argument 28 int sys_openat2(int dfd, const char *path, struct open_how *how) in sys_openat2() argument 33 int sys_openat(int dfd, const char *path, struct open_how *how) in sys_openat() argument 47 int touchat(int dfd, const char *path) in touchat() argument 71 bool fdequal(int fd, int dfd, const char *path) in fdequal() argument [all...] |
| /kernel/linux/linux-5.10/include/linux/ |
| H A D | namei.h | 54 static inline int user_path_at(int dfd, const char __user *name, unsigned flags, in user_path_at() argument
|
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | namei.h | 54 static inline int user_path_at(int dfd, const char __user *name, unsigned flags, in user_path_at() argument
|
| /kernel/linux/linux-5.10/samples/vfs/ |
| H A D | test-statx.c | 42 ssize_t statx(int dfd, const char *filename, unsigned flags, in statx() argument
|
| /kernel/linux/linux-6.6/tools/testing/selftests/iommu/ |
| H A D | iommufd_fail_nth.c | 27 static int writeat(int dfd, const char *fn, const char *val) in writeat() argument
|