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

/freebsd-10.2-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-10.2-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-10.2-release/sys/nfs/
H A Dnfsproto.h643 struct nfs_statfs { struct
/freebsd-10.2-release/sys/fs/nfsclient/
H A Dnfs_clvfsops.c120 static vfs_statfs_t nfs_statfs; variable
133 .vfs_statfs = nfs_statfs,
272 nfs_statfs(struct mount *mp, struct statfs *sbp) function
1422 * by nfs_statfs() before any I/O occurs.
/freebsd-10.2-release/sys/nfsserver/
H A Dnfs_serv.c3444 struct nfs_statfs *sfp;
3479 sfp = nfsm_build(struct nfs_statfs *, NFSX_STATFS(v3));

Completed in 80 milliseconds