Searched refs:p9_stat_dotl (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/fs/9p/ |
D | vfs_inode_dotl.c | 58 struct p9_stat_dotl *st = (struct p9_stat_dotl *)data; in v9fs_test_inode_dotl() 89 struct p9_stat_dotl *st = (struct p9_stat_dotl *)data; in v9fs_set_inode_dotl() 99 struct p9_stat_dotl *st, in v9fs_qid_iget_dotl() 149 struct p9_stat_dotl *st; in v9fs_inode_from_fid_dotl() 449 struct p9_stat_dotl *st; in v9fs_vfs_getattr_dotl() 638 v9fs_stat2inode_dotl(struct p9_stat_dotl *stat, struct inode *inode, in v9fs_stat2inode_dotl() 957 struct p9_stat_dotl *st; in v9fs_refresh_inode_dotl()
|
D | v9fs_vfs.h | 52 void v9fs_stat2inode_dotl(struct p9_stat_dotl *stat, struct inode *inode,
|
D | vfs_super.c | 156 struct p9_stat_dotl *st = NULL; in v9fs_mount()
|
/linux-6.6.21/net/9p/ |
D | protocol.c | 482 struct p9_stat_dotl *stbuf = in p9pdu_vreadf() 483 va_arg(ap, struct p9_stat_dotl *); in p9pdu_vreadf() 485 memset(stbuf, 0, sizeof(struct p9_stat_dotl)); in p9pdu_vreadf()
|
D | client.c | 1715 struct p9_stat_dotl *p9_client_getattr_dotl(struct p9_fid *fid, in p9_client_getattr_dotl() 1720 struct p9_stat_dotl *ret; in p9_client_getattr_dotl()
|
/linux-6.6.21/include/net/9p/ |
D | 9p.h | 410 struct p9_stat_dotl { struct
|
D | client.h | 217 struct p9_stat_dotl *p9_client_getattr_dotl(struct p9_fid *fid,
|