Searched refs:vfs_update_vfsstat (Results 1 - 6 of 6) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dmount.h597 int vfs_update_vfsstat(mount_t, vfs_context_t, int eventtype);
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c1407 * vfs_update_vfsstat:???
1431 error = vfs_update_vfsstat(mp, ctx, VFS_USER_EVENT);
1465 if ((error = vfs_update_vfsstat(mp,vfs_context_current(),VFS_USER_EVENT)) != 0) {
1531 error = vfs_update_vfsstat(mp, ctxp, VFS_USER_EVENT);
1565 if ((error = vfs_update_vfsstat(mp, vfs_context_current(), VFS_USER_EVENT)) != 0) {
1602 (error = vfs_update_vfsstat(mp, ctx,
1604 KAUTH_DEBUG("vfs_update_vfsstat returned %d", error);
1735 (error = vfs_update_vfsstat(mp, vfs_context_current(), VFS_USER_EVENT))) {
1736 KAUTH_DEBUG("vfs_update_vfsstat returned %d", error);
H A Dvfs_subr.c3066 (error = vfs_update_vfsstat(mp, ctx, VFS_USER_EVENT)))
4173 vfs_update_vfsstat(mount_t mp, vfs_context_t ctx, __unused int eventtype) function
H A Dkpi_vfs.c2066 * vfs_update_vfsstat: ???
2239 if ((error = vfs_update_vfsstat(vp->v_mount, ctx, VFS_KERNEL_EVENT)) != 0)
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_audit.c329 ret = vfs_update_vfsstat(vp->v_mount, ctx, VFS_KERNEL_EVENT);
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_vfsutils.c1498 vfs_update_vfsstat(backingfs_mp, vfs_context_kernel(), VFS_KERNEL_EVENT);

Completed in 101 milliseconds