Searched refs:ffs_statfs (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/sys/ufs/ffs/ |
| D | ffs_extern.h | 143 int ffs_statfs(struct mount *, struct statfs *, struct proc *);
|
| D | ffs_vfsops.c | 81 .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/ |
| D | mfs_vfsops.c | 67 .vfs_statfs = ffs_statfs,
|