/src/sys/compat/ultrix/ |
ultrix_pathname.c | 245 if ((error = VFS_STATVFS(mp, sp)) != 0) 269 if ((error = VFS_STATVFS(mp, sp)) != 0)
|
ultrix_fs.c | 267 (error = VFS_STATVFS(mp, sp)) != 0)
|
/src/sys/compat/common/ |
vfs_syscalls_20.c | 190 if ((error = VFS_STATVFS(mp, sbuf)) != 0)
|
/src/sys/fs/union/ |
union_vfsops.c | 448 error = VFS_STATVFS(um->um_lowervp->v_mount, sbuf); 458 error = VFS_STATVFS(um->um_uppervp->v_mount, sbuf); 542 .vfs_statvfs = union_statvfs,
|
/src/sys/fs/unionfs/ |
unionfs_vfsops.c | 401 error = VFS_STATVFS(ump->um_lowervp->v_mount, sbuf); 411 error = VFS_STATVFS(ump->um_uppervp->v_mount, sbuf); 519 .vfs_statvfs = unionfs_statvfs,
|
/src/sys/miscfs/genfs/ |
layer_vfsops.c | 169 error = VFS_STATVFS(mp->mnt_lower, sbuf);
|
/src/sys/kern/ |
kern_acct.c | 180 error = VFS_STATVFS(acct_vp->v_mount, sb);
|
vfs_mount.c | 907 (void) VFS_STATVFS(mp, &mp->mnt_stat);
|
vfs_subr.c | 1567 VFS_STATVFS(struct mount *mp, struct statvfs *a) 1574 error = (*(mp->mnt_op->vfs_statvfs))(mp, a);
|
vfs_syscalls.c | 1294 if ((error = VFS_STATVFS(mp, sp)) != 0)
|
/src/sys/rump/librump/rumpvfs/ |
rump_vfs.c | 433 return VFS_STATVFS(mp, sbp);
|
/src/sys/sys/ |
mount.h | 195 int (*vfs_statvfs) (struct mount *, struct statvfs *); member in struct:vfsops 240 int VFS_STATVFS(struct mount *, struct statvfs *);
|
/src/sys/compat/sunos/ |
sunos_misc.c | 807 if ((error = VFS_STATVFS(mp, sp)) != 0) 826 if ((error = VFS_STATVFS(mp, sp)) != 0)
|
/src/sys/compat/linux/arch/alpha/ |
linux_osf1.c | 536 if ((error = VFS_STATVFS(mp, sp))) 558 if ((error = VFS_STATVFS(mp, sp)))
|
/src/sys/fs/ntfs/ |
ntfs_vfsops.c | 287 (void)VFS_STATVFS(mp, &mp->mnt_stat); 880 .vfs_statvfs = ntfs_statvfs,
|
/src/share/man/man9/ |
Makefile | 1051 vfsops.9 VFS_STATVFS.9 \
|
/src/sys/nfs/ |
nfs_serv.c | 3349 error = VFS_STATVFS(vp->v_mount, sf); 3421 VFS_STATVFS(vp->v_mount, sb);
|