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