Searched refs:vfsstatfs (Results 1 – 13 of 13) sorted by relevance
| /xnu-11417.140.69/bsd/miscfs/bindfs/ |
| H A D | bind_vfsops.c | 84 #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 D | bind_vnops.c | 679 struct vfsstatfs * sp = NULL; in bindfs_getbackingvnode()
|
| /xnu-11417.140.69/bsd/miscfs/nullfs/ |
| H A D | null_vfsops.c | 84 #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 D | null_vnops.c | 1184 struct vfsstatfs * sp = NULL; in nullfs_getbackingvnode()
|
| /xnu-11417.140.69/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-11417.140.69/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-11417.140.69/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 1169 struct vfsstatfs * vfs_statfs(mount_t mp);
|
| H A D | vnode.h | 2543 struct vfsstatfs *vnode_vfsstatfs(vnode_t);
|
| /xnu-11417.140.69/bsd/security/audit/ |
| H A D | audit_worker.c | 136 struct vfsstatfs *mnt_stat; in audit_record_write()
|
| /xnu-11417.140.69/bsd/vfs/ |
| H A D | vfs_syscalls.c | 195 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 D | kpi_vfs.c | 737 struct vfsstatfs * 2432 struct vfsstatfs *
|
| H A D | vfs_subr.c | 4865 struct vfsstatfs *sp; in sysctl_vfs_ctlbyfsid()
|