Searched refs:VFS_USER_EVENT (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/bsd/sys/
H A Dmount.h1044 #define VFS_USER_EVENT 0 macro
1054 @param eventtype VFS_USER_EVENT: need for update is driven by user-level request; perform additional authentication.
/xnu-2782.1.97/bsd/vfs/
H A Dvfs_syscalls.c2408 error = vfs_update_vfsstat(mp, ctx, VFS_USER_EVENT);
2450 if ((error = vfs_update_vfsstat(mp,vfs_context_current(),VFS_USER_EVENT)) != 0) {
2522 error = vfs_update_vfsstat(mp, ctxp, VFS_USER_EVENT);
2564 if ((error = vfs_update_vfsstat(mp, vfs_context_current(), VFS_USER_EVENT)) != 0) {
2604 VFS_USER_EVENT))) {
2775 (error = vfs_update_vfsstat(mp, vfs_context_current(), VFS_USER_EVENT))) {
8176 vfs_update_vfsstat(vp->v_mount, vfs_context_current(), VFS_USER_EVENT);
H A Dvfs_subr.c3510 (error = vfs_update_vfsstat(mp, ctx, VFS_USER_EVENT)))
4979 * (VFS_USER_EVENT) or an internal kernel call (VFS_KERNEL_EVENT).
5002 if (eventtype == VFS_USER_EVENT) {

Completed in 113 milliseconds