p9_stat 75 fs/9p/vfs_dir.c struct p9_stat *st; p9_stat 337 fs/9p/vfs_inode.c struct p9_stat *st; p9_stat 737 fs/9p/vfs_inode.c struct p9_stat *st; p9_stat 907 fs/9p/vfs_inode.c struct p9_stat *st; p9_stat 114 fs/9p/vfs_super.c struct p9_stat *st = NULL; p9_stat 496 include/net/9p/9p.h struct p9_stat stat; p9_stat 501 include/net/9p/9p.h struct p9_stat stat; p9_stat 113 include/net/9p/client.h struct p9_stat *p9_client_stat(struct p9_fid *fid); p9_stat 115 include/net/9p/client.h struct p9_stat *p9_client_dirread(struct p9_fid *fid, u64 offset); p9_stat 41 net/9p/client.c static struct p9_stat *p9_clone_stat(struct p9_stat *st, int dotu); p9_stat 825 net/9p/client.c struct p9_stat *p9_client_stat(struct p9_fid *fid) p9_stat 830 net/9p/client.c struct p9_stat *ret; p9_stat 897 net/9p/client.c struct p9_stat *p9_client_dirread(struct p9_fid *fid, u64 offset) p9_stat 902 net/9p/client.c struct p9_stat st, *ret; p9_stat 997 net/9p/client.c static struct p9_stat *p9_clone_stat(struct p9_stat *st, int dotu) p9_stat 1001 net/9p/client.c struct p9_stat *ret; p9_stat 1003 net/9p/client.c n = sizeof(struct p9_stat) + st->name.len + st->uid.len + st->gid.len + p9_stat 1013 net/9p/client.c memmove(ret, st, sizeof(struct p9_stat)); p9_stat 1014 net/9p/client.c p = ((char *) ret) + sizeof(struct p9_stat);