Lines Matching defs:path
74 long vfs_truncate(const struct path *path, loff_t length) in vfs_truncate()
131 struct path path; in do_sys_truncate() local
150 SYSCALL_DEFINE2(truncate, const char __user *, path, long, length) in SYSCALL_DEFINE2() argument
156 COMPAT_SYSCALL_DEFINE2(truncate, const char __user *, path, compat_off_t, length) in COMPAT_SYSCALL_DEFINE2() argument
226 SYSCALL_DEFINE2(truncate64, const char __user *, path, loff_t, length) in SYSCALL_DEFINE2() argument
361 struct path path; in do_faccessat() local
466 struct path path; in ksys_chdir() local
520 struct path path; in ksys_chroot() local
556 static int chmod_common(const struct path *path, umode_t mode) in chmod_common()
605 struct path path; in do_fchmodat() local
632 static int chown_common(const struct path *path, uid_t user, gid_t group) in chown_common()
677 struct path path; in do_fchownat() local
923 int vfs_open(const struct path *path, struct file *file) in vfs_open()
929 struct file *dentry_open(const struct path *path, int flags, in dentry_open()
952 struct file *open_with_fake_path(const struct path *path, int flags, in open_with_fake_path()