Searched refs:p9_wstat (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/fs/9p/ |
D | v9fs_vfs.h | 64 void v9fs_stat2inode(struct p9_wstat *, struct inode *, struct super_block *); 68 void v9fs_inode2stat(struct inode *inode, struct p9_wstat *stat); 71 void v9fs_blank_wstat(struct p9_wstat *wstat);
|
D | vfs_inode.c | 99 struct p9_wstat *stat) in p9mode2perm() 126 struct p9_wstat *stat, dev_t *rdev) in p9mode2unixmode() 213 v9fs_blank_wstat(struct p9_wstat *wstat) in v9fs_blank_wstat() 471 struct p9_wstat *st = (struct p9_wstat *)data; in v9fs_test_inode() 500 struct p9_wstat *st = (struct p9_wstat *)data; in v9fs_set_inode() 508 struct p9_wstat *st, in v9fs_qid_iget() 555 struct p9_wstat *st; in v9fs_inode_from_fid() 983 struct p9_wstat wstat; in v9fs_vfs_rename() 1079 struct p9_wstat *st; in v9fs_vfs_getattr() 1115 struct p9_wstat wstat; in v9fs_vfs_setattr() [all …]
|
D | vfs_dir.c | 66 static inline int dt_type(struct p9_wstat *mistat) in dt_type() 79 static void p9stat_init(struct p9_wstat *stbuf) in p9stat_init() 113 struct p9_wstat st; in v9fs_dir_readdir()
|
D | vfs_super.c | 178 struct p9_wstat *st = NULL; in v9fs_mount() 302 struct p9_wstat wstat; in v9fs_write_inode()
|
D | vfs_file.c | 445 struct p9_wstat wstat; in v9fs_file_fsync()
|
/Linux-v4.19/include/net/9p/ |
D | client.h | 256 struct p9_wstat *p9_client_stat(struct p9_fid *fid); 257 int p9_client_wstat(struct p9_fid *fid, struct p9_wstat *wst); 273 int p9stat_read(struct p9_client *, char *, int, struct p9_wstat *); 274 void p9stat_free(struct p9_wstat *);
|
D | 9p.h | 396 struct p9_wstat { struct
|
/Linux-v4.19/net/9p/ |
D | protocol.c | 46 void p9stat_free(struct p9_wstat *stbuf) in p9stat_free() 200 struct p9_wstat *stbuf = in p9pdu_vreadf() 201 va_arg(ap, struct p9_wstat *); in p9pdu_vreadf() 203 memset(stbuf, 0, sizeof(struct p9_wstat)); in p9pdu_vreadf() 429 const struct p9_wstat *stbuf = in p9pdu_vwritef() 430 va_arg(ap, const struct p9_wstat *); in p9pdu_vwritef() 555 int p9stat_read(struct p9_client *clnt, char *buf, int len, struct p9_wstat *st) in p9stat_read()
|
D | client.c | 1683 struct p9_wstat *p9_client_stat(struct p9_fid *fid) in p9_client_stat() 1687 struct p9_wstat *ret = kmalloc(sizeof(struct p9_wstat), GFP_KERNEL); in p9_client_stat() 1795 static int p9_client_statsize(struct p9_wstat *wst, int proto_version) in p9_client_statsize() 1824 int p9_client_wstat(struct p9_fid *fid, struct p9_wstat *wst) in p9_client_wstat()
|