Home
last modified time | relevance | path

Searched refs:clone_fid (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/fs/9p/
Dfid.h33 static inline struct p9_fid *clone_fid(struct p9_fid *fid) in clone_fid() function
39 return clone_fid(v9fs_fid_lookup(dentry)); in v9fs_fid_clone()
Dxattr.c116 fid = clone_fid(fid); in v9fs_fid_xattr_set()
Dfid.c265 fid = clone_fid(v9fs_fid_lookup_with_uid(dentry, GLOBAL_ROOT_UID, 0)); in v9fs_writeback_fid()
Dvfs_inode.c685 ofid = clone_fid(dfid); in v9fs_create()
997 olddirfid = clone_fid(v9fs_parent_fid(old_dentry)); in v9fs_vfs_rename()
1003 newdirfid = clone_fid(v9fs_parent_fid(new_dentry)); in v9fs_vfs_rename()
Dvfs_inode_dotl.c286 ofid = clone_fid(dfid); in v9fs_vfs_atomic_open_dotl()