Searched refs:p9_stat_dotl (Results 1 – 6 of 6) sorted by relevance
/linux/fs/9p/ |
H A 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() 147 struct p9_stat_dotl *st; in v9fs_inode_from_fid_dotl() 432 struct p9_stat_dotl *st; in v9fs_vfs_getattr_dotl() 621 v9fs_stat2inode_dotl(struct p9_stat_dotl *stat, struct inode *inode, in v9fs_stat2inode_dotl() 894 struct p9_stat_dotl *st; in v9fs_refresh_inode_dotl()
|
H A D | v9fs_vfs.h | 55 void v9fs_stat2inode_dotl(struct p9_stat_dotl *stat, struct inode *inode,
|
/linux/net/9p/ |
H A 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()
|
H A D | client.c | 1776 struct p9_stat_dotl *p9_client_getattr_dotl(struct p9_fid *fid, in p9_client_getattr_dotl() 1781 struct p9_stat_dotl *ret; in p9_client_getattr_dotl()
|
/linux/include/net/9p/ |
H A D | 9p.h | 410 struct p9_stat_dotl { struct
|
H A D | client.h | 219 struct p9_stat_dotl *p9_client_getattr_dotl(struct p9_fid *fid,
|