Lines Matching defs:path
70 long vfs_truncate(const struct path *path, loff_t length) in vfs_truncate()
125 struct path path; in do_sys_truncate() local
144 SYSCALL_DEFINE2(truncate, const char __user *, path, long, length) in SYSCALL_DEFINE2() argument
150 COMPAT_SYSCALL_DEFINE2(truncate, const char __user *, path, compat_off_t, length) in COMPAT_SYSCALL_DEFINE2() argument
218 SYSCALL_DEFINE2(truncate64, const char __user *, path, loff_t, length) in SYSCALL_DEFINE2() argument
400 struct path path; in do_faccessat() local
488 struct path path; in SYSCALL_DEFINE1() local
536 struct path path; in SYSCALL_DEFINE1() local
567 int chmod_common(const struct path *path, umode_t mode) in chmod_common()
616 struct path path; in do_fchmodat() local
643 int chown_common(const struct path *path, uid_t user, gid_t group) in chown_common()
688 struct path path; in do_fchownat() local
939 int vfs_open(const struct path *path, struct file *file) in vfs_open()
945 struct file *dentry_open(const struct path *path, int flags, in dentry_open()
968 struct file *open_with_fake_path(const struct path *path, int flags, in open_with_fake_path()