Searched refs:vfsstatfs (Results 1 – 13 of 13) sorted by relevance
| /xnu-12377.41.6/bsd/miscfs/devfs/ |
| H A D | devfs_vfsops.c | 94 static int devfs_statfs( struct mount *mp, struct vfsstatfs *sbp, vfs_context_t ctx); 287 devfs_statfs( struct mount *mp, struct vfsstatfs *sbp, __unused vfs_context_t ctx) in devfs_statfs()
|
| /xnu-12377.41.6/bsd/miscfs/bindfs/ |
| H A D | bind_vfsops.c | 109 struct vfsstatfs * sp = NULL; in bindfs_mount() 396 struct vfsstatfs * sp = vfs_statfs(mp); in bindfs_vfs_getattr()
|
| H A D | bind_vnops.c | 679 struct vfsstatfs * sp = NULL; in bindfs_getbackingvnode()
|
| /xnu-12377.41.6/bsd/miscfs/nullfs/ |
| H A D | null_vfsops.c | 109 struct vfsstatfs * sp = NULL; in nullfs_mount() 420 struct vfsstatfs * sp = vfs_statfs(mp); in nullfs_vfs_getattr()
|
| H A D | null_vnops.c | 1184 struct vfsstatfs * sp = NULL; in nullfs_getbackingvnode()
|
| /xnu-12377.41.6/bsd/miscfs/routefs/ |
| H A D | routefs_ops.c | 54 static int routefs_statfs( struct mount *mp, struct vfsstatfs *sbp, __unused vfs_context_t ctx); 257 routefs_statfs( struct mount *mp, struct vfsstatfs *sbp, __unused vfs_context_t ctx) in routefs_statfs()
|
| /xnu-12377.41.6/bsd/sys/ |
| H A D | mount_internal.h | 123 struct vfsstatfs mnt_vfsstat; /* cache of filesystem stats */
|
| H A D | mount.h | 172 struct vfsstatfs { struct 1170 struct vfsstatfs * vfs_statfs(mount_t mp);
|
| H A D | vnode.h | 2559 struct vfsstatfs *vnode_vfsstatfs(vnode_t);
|
| /xnu-12377.41.6/bsd/security/audit/ |
| H A D | audit_worker.c | 136 struct vfsstatfs *mnt_stat; in audit_record_write()
|
| /xnu-12377.41.6/bsd/vfs/ |
| H A D | vfs_syscalls.c | 196 static int munge_statfs(struct mount *mp, struct vfsstatfs *sfsp, 3790 struct vfsstatfs *vsfs = &mp->mnt_vfsstat; in vfs_get_statfs64() 3944 struct vfsstatfs *sp; in getfsstat_callback() 4127 struct vfsstatfs *sp; in getfsstat64_callback() 14373 munge_statfs(struct mount *mp, struct vfsstatfs *sfsp, in munge_statfs()
|
| H A D | kpi_vfs.c | 738 struct vfsstatfs * 2450 struct vfsstatfs *
|
| H A D | vfs_subr.c | 4899 struct vfsstatfs *sp; in sysctl_vfs_ctlbyfsid()
|