Home
last modified time | relevance | path

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

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