Lines Matching defs:dfd
1891 static int path_init(int dfd, const struct filename *name, unsigned int flags, in path_init()
2013 static int path_lookupat(int dfd, const struct filename *name, in path_lookupat()
2065 static int filename_lookup(int dfd, struct filename *name, in filename_lookup()
2222 int user_path_at_empty(int dfd, const char __user *name, unsigned flags, in user_path_at_empty()
2240 int user_path_at(int dfd, const char __user *name, unsigned flags, in user_path_at()
2254 user_path_parent(int dfd, const char __user *path, struct nameidata *nd, in user_path_parent()
2379 path_mountpoint(int dfd, const struct filename *name, struct path *path, in path_mountpoint()
2409 filename_mountpoint(int dfd, struct filename *name, struct path *path, in filename_mountpoint()
2441 user_path_mountpoint_at(int dfd, const char __user *name, unsigned int flags, in user_path_mountpoint_at()
2448 kern_path_mountpoint(int dfd, const char *name, struct path *path, in kern_path_mountpoint()
3180 static int do_tmpfile(int dfd, struct filename *pathname, in do_tmpfile()
3242 static struct file *path_openat(int dfd, struct filename *pathname, in path_openat()
3305 struct file *do_filp_open(int dfd, struct filename *pathname, in do_filp_open()
3347 static struct dentry *filename_create(int dfd, struct filename *name, in filename_create()
3417 struct dentry *kern_path_create(int dfd, const char *pathname, in kern_path_create()
3440 struct dentry *user_path_create(int dfd, const char __user *pathname, in user_path_create()
3498 SYSCALL_DEFINE4(mknodat, int, dfd, const char __user *, filename, umode_t, mode, in SYSCALL_DEFINE4() argument
3571 SYSCALL_DEFINE3(mkdirat, int, dfd, const char __user *, pathname, umode_t, mode) in SYSCALL_DEFINE3() argument
3665 static long do_rmdir(int dfd, const char __user *pathname) in do_rmdir()
3791 static long do_unlinkat(int dfd, const char __user *pathname) in do_unlinkat()
3862 SYSCALL_DEFINE3(unlinkat, int, dfd, const char __user *, pathname, int, flag) in SYSCALL_DEFINE3() argument