Lines Matching defs:path
71 long vfs_truncate(const struct path *path, loff_t length) in vfs_truncate()
126 struct path path; in do_sys_truncate() local
145 SYSCALL_DEFINE2(truncate, const char __user *, path, long, length) in SYSCALL_DEFINE2() argument
151 COMPAT_SYSCALL_DEFINE2(truncate, const char __user *, path, compat_off_t, length) in COMPAT_SYSCALL_DEFINE2() argument
217 SYSCALL_DEFINE2(truncate64, const char __user *, path, loff_t, length) in SYSCALL_DEFINE2() argument
459 struct path path; in do_faccessat() local
547 struct path path; in SYSCALL_DEFINE1() local
595 struct path path; in SYSCALL_DEFINE1() local
626 int chmod_common(const struct path *path, umode_t mode) in chmod_common()
677 struct path path; in do_fchmodat() local
748 int chown_common(const struct path *path, uid_t user, gid_t group) in chown_common()
797 struct path path; in do_fchownat() local
1060 int vfs_open(const struct path *path, struct file *file) in vfs_open()
1066 struct file *dentry_open(const struct path *path, int flags, in dentry_open()
1104 struct file *dentry_create(const struct path *path, int flags, umode_t mode, in dentry_create()
1141 struct file *kernel_file_open(const struct path *path, int flags, in kernel_file_open()
1176 struct file *backing_file_open(const struct path *path, int flags, in backing_file_open()