Searched defs:dfid (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/fs/9p/ |
D | vfs_inode_dotl.c | 239 struct p9_fid *dfid = NULL, *ofid = NULL; in v9fs_vfs_atomic_open_dotl() local 360 struct p9_fid *fid = NULL, *dfid = NULL; in v9fs_vfs_mkdir_dotl() local 709 struct p9_fid *dfid; in v9fs_vfs_symlink_dotl() local 785 struct p9_fid *dfid, *oldfid; in v9fs_vfs_link_dotl() local 847 struct p9_fid *fid = NULL, *dfid = NULL; in v9fs_vfs_mknod_dotl() local
|
D | vfs_inode.c | 538 struct p9_fid *v9fid, *dfid; in v9fs_remove() local 600 struct p9_fid *dfid, *ofid = NULL, *fid = NULL; in v9fs_create() local 739 struct p9_fid *dfid, *fid; in v9fs_vfs_lookup() local 902 struct p9_fid *oldfid = NULL, *dfid = NULL; in v9fs_vfs_rename() local
|
/Linux-v6.6/net/9p/ |
D | client.c | 1346 int p9_client_symlink(struct p9_fid *dfid, const char *name, in p9_client_symlink() 1380 int p9_client_link(struct p9_fid *dfid, struct p9_fid *oldfid, const char *newname) in p9_client_link() 1487 int p9_client_unlinkat(struct p9_fid *dfid, const char *name, int flags) in p9_client_unlinkat()
|