Searched refs:p9_client_fcreate (Results 1 – 3 of 3) sorted by relevance
/openbmc/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,
|
/openbmc/linux/net/9p/ |
H A D | client.c | 1317 int p9_client_fcreate(struct p9_fid *fid, const char *name, u32 perm, int mode, in p9_client_fcreate() function 1358 EXPORT_SYMBOL(p9_client_fcreate);
|
/openbmc/linux/fs/9p/ |
H A D | vfs_inode.c | 627 err = p9_client_fcreate(ofid, name, perm, mode, extension); in v9fs_create()
|