Home
last modified time | relevance | path

Searched refs:VFS_KERNEL_EVENT (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.41.6/bsd/security/audit/
H A Daudit_worker.c159 error = vfs_update_vfsstat(vp->v_mount, ctx, VFS_KERNEL_EVENT); in audit_record_write()
/xnu-12377.41.6/bsd/sys/
H A Dmount.h1172 #define VFS_KERNEL_EVENT 1 macro
/xnu-12377.41.6/bsd/vfs/
H A Dkpi_vfs.c2962 if ((error = vfs_update_vfsstat(vp->v_mount, ctx, VFS_KERNEL_EVENT)) != 0) { in vnode_getattr()