Home
last modified time | relevance | path

Searched refs:canonical_path (Results 1 – 4 of 4) sorted by relevance

/fs/notify/inotify/
Dinotify_user.c742 struct path *canonical_path = &path; in SYSCALL_DEFINE3() local
774 canonical_path = &alteredpath; in SYSCALL_DEFINE3()
780 inode = canonical_path->dentry->d_inode; in SYSCALL_DEFINE3()
785 path_put(canonical_path); in SYSCALL_DEFINE3()
/fs/fuse/
Ddir.c261 static void fuse_dentry_canonical_path(const struct path *path, struct path *canonical_path) { in fuse_dentry_canonical_path() argument
285 req->canonical_path = canonical_path; in fuse_dentry_canonical_path()
294 canonical_path->dentry = path->dentry; in fuse_dentry_canonical_path()
295 canonical_path->mnt = path->mnt; in fuse_dentry_canonical_path()
296 path_get(canonical_path); in fuse_dentry_canonical_path()
Dfuse_i.h350 struct path *canonical_path; member
Ddev.c1889 req->canonical_path); in fuse_dev_do_write()