Searched refs:p9_client_create_dotl (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/net/9p/ |
H A D | client.h | 194 int p9_client_create_dotl(struct p9_fid *ofid, const char *name, u32 flags, u32 mode,
|
/kernel/linux/linux-6.6/include/net/9p/ |
H A D | client.h | 200 int p9_client_create_dotl(struct p9_fid *ofid, const char *name, u32 flags, u32 mode,
|
/kernel/linux/linux-5.10/fs/9p/ |
H A D | vfs_inode_dotl.c | 288 err = p9_client_create_dotl(ofid, name, v9fs_open_to_dotl_flags(flags), in v9fs_vfs_atomic_open_dotl()
|
/kernel/linux/linux-6.6/fs/9p/ |
H A D | vfs_inode_dotl.c | 295 err = p9_client_create_dotl(ofid, name, p9_omode, mode, gid, &qid); in v9fs_vfs_atomic_open_dotl()
|
/kernel/linux/linux-5.10/net/9p/ |
H A D | client.c | 1287 int p9_client_create_dotl(struct p9_fid *ofid, const char *name, u32 flags, u32 mode, in p9_client_create_dotl() function 1330 EXPORT_SYMBOL(p9_client_create_dotl); variable
|
/kernel/linux/linux-6.6/net/9p/ |
H A D | client.c | 1261 int p9_client_create_dotl(struct p9_fid *ofid, const char *name, u32 flags, in p9_client_create_dotl() function 1303 EXPORT_SYMBOL(p9_client_create_dotl); variable
|
Completed in 9 milliseconds