Searched refs:p9_wstat (Results 1 – 6 of 6) sorted by relevance
| /linux/include/net/9p/ |
| H A D | client.h | 311 struct p9_wstat *p9_client_stat(struct p9_fid *fid); 312 int p9_client_wstat(struct p9_fid *fid, struct p9_wstat *wst); 384 struct p9_wstat *st); 385 void p9stat_free(struct p9_wstat *stbuf);
|
| H A D | 9p.h | 423 struct p9_wstat { struct
|
| /linux/fs/9p/ |
| H A D | v9fs_vfs.h | 53 void v9fs_stat2inode(struct p9_wstat *stat, struct inode *inode, 61 void v9fs_blank_wstat(struct p9_wstat *wstat);
|
| H A D | vfs_dir.c | 48 static inline int dt_type(struct p9_wstat *mistat) in dt_type() 87 struct p9_wstat st; in v9fs_dir_readdir()
|
| /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 | 1608 struct p9_wstat *p9_client_stat(struct p9_fid *fid) in p9_client_stat() 1612 struct p9_wstat *ret; in p9_client_stat() 1720 static int p9_client_statsize(struct p9_wstat *wst, int proto_version) in p9_client_statsize() 1750 int p9_client_wstat(struct p9_fid *fid, struct p9_wstat *wst) in p9_client_wstat()
|