Searched refs:p9_wstat (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/9p/ |
| H A D | vfs_inode.c | 77 * @stat: p9_wstat from which mode need to be derived 81 struct p9_wstat *stat) in p9mode2perm() 103 * @stat: p9_wstat from which mode need to be derived 108 struct p9_wstat *stat, dev_t *rdev) in p9mode2unixmode() 202 v9fs_blank_wstat(struct p9_wstat *wstat) in v9fs_blank_wstat() 372 struct p9_wstat *st = (struct p9_wstat *)data; in v9fs_test_inode() 401 struct p9_wstat *st = (struct p9_wstat *)data; in v9fs_set_inode() 409 struct p9_wstat *s in v9fs_qid_iget() [all...] |
| H A D | v9fs_vfs.h | 68 void v9fs_stat2inode(struct p9_wstat *stat, struct inode *inode, in v9fs_invalidate_inode_attr() 76 void v9fs_blank_wstat(struct p9_wstat *wstat);
|
| H A D | vfs_dir.c | 50 static inline int dt_type(struct p9_wstat *mistat) in dt_type() 89 struct p9_wstat st; in v9fs_dir_readdir()
|
| /linux/include/net/9p/ |
| H A D | client.h | 313 struct p9_wstat *p9_client_stat(struct p9_fid *fid); 314 int p9_client_wstat(struct p9_fid *fid, struct p9_wstat *wst); 386 struct p9_wstat *st); 387 void p9stat_free(struct p9_wstat *stbuf);
|
| H A D | 9p.h | 423 struct p9_wstat { struct
|
| /linux/net/9p/ |
| H A D | protocol.c | 196 void p9stat_free(struct p9_wstat *stbuf) in p9stat_free() 356 struct p9_wstat *stbuf = in p9pdu_vreadf() 357 va_arg(ap, struct p9_wstat *); in p9pdu_vreadf() 359 memset(stbuf, 0, sizeof(struct p9_wstat)); in p9pdu_vreadf() 593 const struct p9_wstat *stbuf = in p9pdu_vwritef() 594 va_arg(ap, const struct p9_wstat *); in p9pdu_vwritef() 719 int p9stat_read(struct p9_client *clnt, char *buf, int len, struct p9_wstat *st) in p9stat_read()
|
| H A D | client.c | 1611 struct p9_wstat *p9_client_stat(struct p9_fid *fid) in p9_client_stat() 1615 struct p9_wstat *ret; in p9_client_stat() 1723 static int p9_client_statsize(struct p9_wstat *wst, int proto_version) in p9_client_statsize() 1753 int p9_client_wstat(struct p9_fid *fid, struct p9_wstat *wst) in p9_client_wstat()
|