Searched refs:v9fs_fid_clone (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/9p/
H A Dfid.h60 struct v9fs_fid *v9fs_fid_clone(struct dentry *dentry);
H A Dvfs_inode.c418 v9fid = v9fs_fid_clone(file);
474 dfid = v9fs_fid_clone(dentry->d_parent);
563 dfid = v9fs_fid_clone(dentry->d_parent);
778 olddirfid = v9fs_fid_clone(old_dentry->d_parent);
784 newdirfid = v9fs_fid_clone(new_dentry->d_parent);
845 struct v9fs_fid *fid = v9fs_fid_clone(dentry);
877 struct v9fs_fid *fid = v9fs_fid_clone(dentry);
1017 struct v9fs_fid *fid = v9fs_fid_clone(dentry);
1164 dfid = v9fs_fid_clone(dentry->d_parent);
1254 oldfid = v9fs_fid_clone(old_dentr
[all...]
H A Dfid.c139 * v9fs_fid_clone - lookup the fid for a dentry, clone a private copy and
149 struct v9fs_fid *v9fs_fid_clone(struct dentry *dentry) function
H A Dvfs_file.c63 vfid = v9fs_fid_clone(file->f_path.dentry);

Completed in 105 milliseconds