Searched defs:dfid (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/9p/ |
| H A D | vfs_inode_dotl.c | 238 struct p9_fid *dfid = NULL, *ofid = NULL; in v9fs_vfs_atomic_open_dotl() local 354 struct p9_fid *fid = NULL, *dfid = NULL; in v9fs_vfs_mkdir_dotl() local 690 struct p9_fid *dfid; in v9fs_vfs_symlink_dotl() local 734 struct p9_fid *dfid, *oldfid; in v9fs_vfs_link_dotl() local 796 struct p9_fid *fid = NULL, *dfid = NULL; in v9fs_vfs_mknod_dotl() local
|
| H A D | vfs_inode.c | 511 struct p9_fid *v9fid, *dfid; in v9fs_remove() local 573 struct p9_fid *dfid, *ofid = NULL, *fid = NULL; in v9fs_create() local 711 struct p9_fid *dfid, *fid; in v9fs_vfs_lookup() local 864 struct p9_fid *oldfid = NULL, *dfid = NULL; in v9fs_vfs_rename() local
|
| /linux/net/9p/ |
| H A D | client.c | 1238 int p9_client_symlink(struct p9_fid *dfid, const char *name, in p9_client_symlink() 1272 int p9_client_link(struct p9_fid *dfid, struct p9_fid *oldfid, const char *newname) in p9_client_link() 1379 int p9_client_unlinkat(struct p9_fid *dfid, const char *name, int flags) in p9_client_unlinkat()
|