Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/miscfs/bindfs/
H A Dbind_vfsops.c84 #define MAX_MNT_FROM_LENGTH (SIZEOF_MEMBER(struct vfsstatfs, f_mntfromname))
112 struct vfsstatfs * sp = NULL; in bindfs_mount()
399 struct vfsstatfs * sp = vfs_statfs(mp); in bindfs_vfs_getattr()
H A Dbind_vnops.c679 struct vfsstatfs * sp = NULL; in bindfs_getbackingvnode()
/xnu-11417.140.69/bsd/miscfs/nullfs/
H A Dnull_vfsops.c84 #define MAX_MNT_FROM_LENGTH (SIZEOF_MEMBER(struct vfsstatfs, f_mntfromname))
112 struct vfsstatfs * sp = NULL; in nullfs_mount()
423 struct vfsstatfs * sp = vfs_statfs(mp); in nullfs_vfs_getattr()
H A Dnull_vnops.c1184 struct vfsstatfs * sp = NULL; in nullfs_getbackingvnode()
/xnu-11417.140.69/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-11417.140.69/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-11417.140.69/bsd/sys/
H A Dmount_internal.h123 struct vfsstatfs mnt_vfsstat; /* cache of filesystem stats */
H A Dmount.h172 struct vfsstatfs { struct
1169 struct vfsstatfs * vfs_statfs(mount_t mp);
H A Dvnode.h2543 struct vfsstatfs *vnode_vfsstatfs(vnode_t);
/xnu-11417.140.69/bsd/security/audit/
H A Daudit_worker.c136 struct vfsstatfs *mnt_stat; in audit_record_write()
/xnu-11417.140.69/bsd/vfs/
H A Dvfs_syscalls.c195 static int munge_statfs(struct mount *mp, struct vfsstatfs *sfsp,
3664 struct vfsstatfs *vsfs = &mp->mnt_vfsstat; in vfs_get_statfs64()
3818 struct vfsstatfs *sp; in getfsstat_callback()
4001 struct vfsstatfs *sp; in getfsstat64_callback()
14011 munge_statfs(struct mount *mp, struct vfsstatfs *sfsp, in munge_statfs()
H A Dkpi_vfs.c737 struct vfsstatfs *
2432 struct vfsstatfs *
H A Dvfs_subr.c4865 struct vfsstatfs *sp; in sysctl_vfs_ctlbyfsid()