Searched refs:dostatfs (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/lib9p/common/backend/ |
H A D | fs.c | 208 static void dostatfs(struct l9p_statfs *, struct statvfs *, long); 212 static void dostatfs(struct l9p_statfs *, struct statfs *, long); 733 dostatfs(struct l9p_statfs *out, struct statfs *in, long namelen) in dostatfs() function 736 dostatfs(struct l9p_statfs *out, struct statvfs *in, long namelen) in dostatfs() 2264 dostatfs(&req->lr_resp.rstatfs.statfs, &f, name_max); in fs_statfs()
|