Home
last modified time | relevance | path

Searched refs:vfs_stdstatfs (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/kern/
H A Dvfs_init.c377 vfsops->vfs_statfs = vfs_stdstatfs; in vfs_register()
H A Dvfs_default.c1458 vfs_stdstatfs(struct mount *mp, struct statfs *sbp, struct ucred *cred) in vfs_stdstatfs() function
/dragonfly/sys/sys/
H A Dmount.h765 vfs_statfs_t vfs_stdstatfs; variable