Searched refs:p9_client_fcreate (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/include/net/9p/ |
D | client.h | 240 int p9_client_fcreate(struct p9_fid *fid, const char *name, u32 perm, int mode,
|
/Linux-v4.19/net/9p/ |
D | client.c | 1327 int p9_client_fcreate(struct p9_fid *fid, const char *name, u32 perm, int mode, in p9_client_fcreate() function 1370 EXPORT_SYMBOL(p9_client_fcreate);
|
/Linux-v4.19/fs/9p/ |
D | vfs_inode.c | 692 err = p9_client_fcreate(ofid, name, perm, mode, extension); in v9fs_create()
|