Searched refs:p9_client_fcreate (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/include/net/9p/ |
D | client.h | 194 int p9_client_fcreate(struct p9_fid *fid, const char *name, u32 perm, int mode,
|
/linux-5.19.10/net/9p/ |
D | client.c | 1326 int p9_client_fcreate(struct p9_fid *fid, const char *name, u32 perm, int mode, in p9_client_fcreate() function 1368 EXPORT_SYMBOL(p9_client_fcreate);
|
/linux-5.19.10/fs/9p/ |
D | vfs_inode.c | 640 err = p9_client_fcreate(ofid, name, perm, mode, extension); in v9fs_create()
|