HomeSort by: relevance | last modified time | path
    Searched refs:vfs_statvfs (Results 1 - 25 of 34) sorted by relevancy

1 2

  /src/sys/miscfs/deadfs/
dead_vfsops.c 62 .vfs_statvfs = (void *)eopnotsupp,
  /src/sys/fs/sysvbfs/
sysvbfs.c 124 .vfs_statvfs = sysvbfs_statvfs,
  /src/sys/fs/v7fs/
v7fs_extern.c 190 .vfs_statvfs = v7fs_statvfs,
  /src/sys/miscfs/nullfs/
null_vfsops.c 228 .vfs_statvfs = layerfs_statvfs,
  /src/sys/miscfs/overlay/
overlay_vfsops.c 259 .vfs_statvfs = layerfs_statvfs,
  /src/sys/miscfs/fdesc/
fdesc_vfsops.c 247 .vfs_statvfs = genfs_statvfs,
  /src/sys/miscfs/kernfs/
kernfs_vfsops.c 306 .vfs_statvfs = genfs_statvfs,
  /src/sys/miscfs/umapfs/
umap_vfsops.c 317 .vfs_statvfs = layerfs_statvfs,
  /src/sys/ufs/mfs/
mfs_vfsops.c 98 .vfs_statvfs = mfs_statvfs,
  /src/sys/fs/autofs/
autofs_vfsops.c 348 .vfs_statvfs = autofs_statvfs,
  /src/sys/fs/efs/
efs_vfsops.c 565 .vfs_statvfs = efs_statvfs,
  /src/sys/fs/filecorefs/
filecore_vfsops.c 115 .vfs_statvfs = filecore_statvfs,
  /src/sys/fs/hfs/
hfs_vfsops.c 158 .vfs_statvfs = hfs_statvfs,
  /src/sys/fs/ptyfs/
ptyfs_vfsops.c 482 .vfs_statvfs = genfs_statvfs,
  /src/sys/fs/tmpfs/
tmpfs_vfsops.c 466 .vfs_statvfs = tmpfs_statvfs,
  /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/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/procfs/
procfs_vfsops.c 533 .vfs_statvfs = procfs_statvfs,
  /src/sys/coda/
coda_vfsops.c 105 .vfs_statvfs = coda_nb_statvfs,
  /src/sys/fs/udf/
udf_vfsops.c 106 .vfs_statvfs = udf_statvfs,
  /src/sys/fs/adosfs/
advfsops.c 796 .vfs_statvfs = adosfs_statvfs,
  /src/sys/fs/msdosfs/
msdosfs_vfsops.c 124 .vfs_statvfs = msdosfs_statvfs,
  /src/sys/fs/nilfs/
nilfs_vfsops.c 173 .vfs_statvfs = nilfs_statvfs,
  /src/sys/fs/puffs/
puffs_vfsops.c 215 * We can't handle the VFS_STATVFS() mount_domount() does
875 .vfs_statvfs = puffs_vfsop_statvfs,

Completed in 25 milliseconds

1 2