Searched refs:p9_wstat (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/9p/
H A Dv9fs_vfs.h57 void v9fs_stat2inode(struct p9_wstat *, struct inode *, struct super_block *);
61 void v9fs_inode2stat(struct inode *inode, struct p9_wstat *stat);
66 void v9fs_blank_wstat(struct p9_wstat *wstat);
H A Dvfs_dir.c67 static inline int dt_type(struct p9_wstat *mistat)
80 static void p9stat_init(struct p9_wstat *stbuf)
136 struct p9_wstat st;
H A Dvfs_file.c269 struct p9_wstat wstat;
H A Dvfs_super.c164 struct p9_wstat *st = NULL;
H A Dvfs_inode.c186 v9fs_blank_wstat(struct p9_wstat *wstat)
450 struct p9_wstat *st;
1041 struct p9_wstat wstat;
1115 struct p9_wstat *st;
1187 struct p9_wstat wstat;
1294 v9fs_stat2inode(struct p9_wstat *stat, struct inode *inode,
1467 struct p9_wstat *st;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/9p/
H A Dclient.h243 struct p9_wstat *p9_client_stat(struct p9_fid *fid);
244 int p9_client_wstat(struct p9_fid *fid, struct p9_wstat *wst);
258 int p9stat_read(char *, int, struct p9_wstat *, int);
259 void p9stat_free(struct p9_wstat *);
H A D9p.h374 struct p9_wstat { struct
620 struct p9_wstat stat;
625 struct p9_wstat stat;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/9p/
H A Dprotocol.c95 void p9stat_free(struct p9_wstat *stbuf)
230 struct p9_wstat *stbuf =
231 va_arg(ap, struct p9_wstat *);
233 memset(stbuf, 0, sizeof(struct p9_wstat));
442 const struct p9_wstat *stbuf =
443 va_arg(ap, const struct p9_wstat *);
578 int p9stat_read(char *buf, int len, struct p9_wstat *st, int proto_version)
H A Dclient.c1361 struct p9_wstat *p9_client_stat(struct p9_fid *fid)
1365 struct p9_wstat *ret = kmalloc(sizeof(struct p9_wstat), GFP_KERNEL);
1469 static int p9_client_statsize(struct p9_wstat *wst, int proto_version)
1498 int p9_client_wstat(struct p9_fid *fid, struct p9_wstat *wst)

Completed in 57 milliseconds