Home
last modified time | relevance | path

Searched refs:vfsstatfs (Results 1 – 13 of 13) sorted by relevance

/xnu-12377.41.6/bsd/miscfs/devfs/
H A Ddevfs_vfsops.c94 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 Dbind_vfsops.c109 struct vfsstatfs * sp = NULL; in bindfs_mount()
396 struct vfsstatfs * sp = vfs_statfs(mp); in bindfs_vfs_getattr()
H A Dbind_vnops.c679 struct vfsstatfs * sp = NULL; in bindfs_getbackingvnode()
/xnu-12377.41.6/bsd/miscfs/nullfs/
H A Dnull_vfsops.c109 struct vfsstatfs * sp = NULL; in nullfs_mount()
420 struct vfsstatfs * sp = vfs_statfs(mp); in nullfs_vfs_getattr()
H A Dnull_vnops.c1184 struct vfsstatfs * sp = NULL; in nullfs_getbackingvnode()
/xnu-12377.41.6/bsd/miscfs/routefs/
H A Droutefs_ops.c54 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 Dmount_internal.h123 struct vfsstatfs mnt_vfsstat; /* cache of filesystem stats */
H A Dmount.h172 struct vfsstatfs { struct
1170 struct vfsstatfs * vfs_statfs(mount_t mp);
H A Dvnode.h2559 struct vfsstatfs *vnode_vfsstatfs(vnode_t);
/xnu-12377.41.6/bsd/security/audit/
H A Daudit_worker.c136 struct vfsstatfs *mnt_stat; in audit_record_write()
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_syscalls.c196 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 Dkpi_vfs.c738 struct vfsstatfs *
2450 struct vfsstatfs *
H A Dvfs_subr.c4899 struct vfsstatfs *sp; in sysctl_vfs_ctlbyfsid()