Searched refs:nfs_statfs (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/tcpdump/
H A Dnfs.h386 struct nfs_statfs { struct
H A Dprint-nfs.c1271 const struct nfs_statfs *sfsp;
1292 sfsp = (const struct nfs_statfs *)dp;
/freebsd-9.3-release/sys/nfsclient/
H A Dnfs_vfsops.c129 static vfs_statfs_t nfs_statfs; variable
143 .vfs_statfs = nfs_statfs,
269 nfs_statfs(struct mount *mp, struct statfs *sbp) function
273 struct nfs_statfs *sfp;
313 sfp = nfsm_dissect(struct nfs_statfs *, NFSX_STATFS(v3));
1314 * We do not want to do an nfs_statfs() here since we can get
/freebsd-9.3-release/sys/nfs/
H A Dnfsproto.h643 struct nfs_statfs { struct
/freebsd-9.3-release/sys/fs/nfsclient/
H A Dnfs_clvfsops.c118 static vfs_statfs_t nfs_statfs; variable
130 .vfs_statfs = nfs_statfs,
268 nfs_statfs(struct mount *mp, struct statfs *sbp) function
1342 * by nfs_statfs() before any I/O occurs.
/freebsd-9.3-release/sys/nfsserver/
H A Dnfs_serv.c3576 struct nfs_statfs *sfp;
3613 sfp = nfsm_build(struct nfs_statfs *, NFSX_STATFS(v3));

Completed in 127 milliseconds