Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/notify/inotify/
H A Dinotify_user.c703 struct path *canonical_path = &path; in SYSCALL_DEFINE3() local
755 canonical_path = &alteredpath; in SYSCALL_DEFINE3()
761 inode = canonical_path->dentry->d_inode; in SYSCALL_DEFINE3()
766 path_put(canonical_path); in SYSCALL_DEFINE3()
/OK3568_Linux_fs/kernel/fs/fuse/
H A Ddir.c399 struct path *canonical_path) in fuse_dentry_canonical_path() argument
418 args.canonical_path = canonical_path; in fuse_dentry_canonical_path()
426 canonical_path->dentry = path->dentry; in fuse_dentry_canonical_path()
427 canonical_path->mnt = path->mnt; in fuse_dentry_canonical_path()
428 path_get(canonical_path); in fuse_dentry_canonical_path()
H A Dfuse_i.h290 struct path *canonical_path; member
H A Ddev.c1950 req->out.h.error = kern_path(path, 0, req->args->canonical_path); in fuse_dev_do_write()