Home
last modified time | relevance | path

Searched defs:nfs_statfs (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/tcpdump/
H A Dnfs.h363 struct nfs_statfs { struct
364 union {
381 } sf_un;
/dragonfly/sys/vfs/nfs/
H A Dnfsproto.h380 struct nfs_statfs { struct
381 union {
398 } sf_un;
H A Dnfs_vfsops.c311 nfs_statfs(struct mount *mp, struct statfs *sbp, struct ucred *cred) in nfs_statfs() function