Home
last modified time | relevance | path

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

/openbsd/src/sys/ufs/ffs/
Dffs_extern.h143 int ffs_statfs(struct mount *, struct statfs *, struct proc *);
Dffs_vfsops.c81 .vfs_statfs = ffs_statfs,
191 (void)ffs_statfs(mp, &mp->mnt_stat, p); in ffs_mountroot()
530 (void)ffs_statfs(mountp, &mountp->mnt_stat, p); in ffs_reload()
1000 ffs_statfs(struct mount *mp, struct statfs *sbp, struct proc *p) in ffs_statfs() function
/openbsd/src/sys/ufs/mfs/
Dmfs_vfsops.c67 .vfs_statfs = ffs_statfs,