| /xnu-12377.41.6/security/ |
| H A D | mac_vfs_subr.c | 186 add_fsevent(FSE_XATTR_MODIFIED, ctx, in mac_vnop_setxattr() 229 add_fsevent(FSE_XATTR_REMOVED, ctx, in mac_vnop_removexattr()
|
| /xnu-12377.41.6/bsd/sys/ |
| H A D | fsevents.h | 186 int add_fsevent(int type, vfs_context_t, ...);
|
| /xnu-12377.41.6/bsd/vfs/ |
| H A D | vfs_fsevents.c | 377 add_fsevent(int type, vfs_context_t ctx, ...) in add_fsevent() function 1157 return add_fsevent(FSE_ACCESS_GRANTED, ctx, in test_fse_access_granted() 1166 return add_fsevent(FSE_ACCESS_GRANTED, ctx, in test_fse_access_granted() 1181 error = add_fsevent(FSE_ACCESS_GRANTED, ctx, in test_fse_access_granted() 1185 error = add_fsevent(FSE_ACCESS_GRANTED, ctx, in test_fse_access_granted() 2137 error = add_fsevent(FSE_UNMOUNT_PENDING, ctx, FSE_ARG_DEV, dev, FSE_ARG_DONE); in fsevent_unmount() 2630 err = add_fsevent(type, ctx, FSE_ARG_STRING, path_len, path, FSE_ARG_FINFO, finfo, FSE_ARG_DONE); in parse_buffer_and_add_events() 2666 err = add_fsevent(type, ctx, in parse_buffer_and_add_events() 2671 err = add_fsevent(type, ctx, in parse_buffer_and_add_events() 3070 …add_fsevent(fsevent_type, vfs_context_current(), FSE_ARG_STRING, len, pathbuf, FSE_ARG_FINFO, &fse… in create_fsevent_from_kevent() [all …]
|
| H A D | vfs_syscalls.c | 5683 add_fsevent(FSE_CREATE_FILE, ctx, in mknodat_internal() 6156 add_fsevent(FSE_CREATE_FILE, ctx, in linkat_internal() 6168 add_fsevent(FSE_STAT_CHANGED, ctx, in linkat_internal() 6375 add_fsevent(FSE_CREATE_FILE, ctx, in symlinkat_internal() 6684 add_fsevent(FSE_DELETE, ctx, in unlinkat_internal() 9312 add_fsevent(FSE_CLONE, ctx, FSE_ARG_VNODE, fvp, FSE_ARG_VNODE, tvp, in clonefile_internal() 9314 add_fsevent(fsevent, ctx, FSE_ARG_VNODE, tvp, in clonefile_internal() 10088 add_fsevent(FSE_RENAME, ctx, in renameat_internal() 10101 add_fsevent(FSE_RENAME, ctx, in renameat_internal() 10109 add_fsevent(FSE_RENAME, ctx, in renameat_internal() [all …]
|
| H A D | vfs_vnops.c | 304 add_fsevent(FSE_CREATE_FILE, ctx, in vn_open_auth_do_create() 889 add_fsevent(FSE_CONTENT_MODIFIED, ctx, in vn_close()
|
| H A D | kpi_vfs.c | 3181 add_fsevent(FSE_CHOWN, ctx, FSE_ARG_VNODE, vp, FSE_ARG_DONE); in vnode_setattr() 3184 add_fsevent(FSE_STAT_CHANGED, ctx, FSE_ARG_VNODE, vp, FSE_ARG_DONE); in vnode_setattr() 5828 add_fsevent(FSE_STAT_CHANGED, ctx, FSE_ARG_VNODE, vp, FSE_ARG_DONE); in VNOP_ALLOCATE()
|
| H A D | vfs_attrlist.c | 945 add_fsevent(FSE_FINDER_INFO_CHANGED, ctx, FSE_ARG_VNODE, vp, FSE_ARG_DONE); in setattrlist_setfinderinfo()
|
| /xnu-12377.41.6/bsd/nfs/ |
| H A D | nfs_serv.c | 1192 add_fsevent(FSE_CONTENT_MODIFIED, &fp->fm_context, in nfsrv_fmod_timer() 2183 add_fsevent(FSE_CREATE_FILE, ctx, in nfsrv_create() 2703 add_fsevent(FSE_DELETE, ctx, in nfsrv_remove() 3260 add_fsevent(FSE_RENAME, ctx, in nfsrv_rename() 3267 add_fsevent(FSE_RENAME, ctx, in nfsrv_rename() 3505 add_fsevent(FSE_CREATE_FILE, ctx, in nfsrv_link() 3732 add_fsevent(FSE_CREATE_FILE, ctx, in nfsrv_symlink() 3951 add_fsevent(FSE_CREATE_DIR, ctx, FSE_ARG_VNODE, vp, FSE_ARG_DONE); in nfsrv_mkdir() 4160 add_fsevent(FSE_DELETE, ctx, in nfsrv_rmdir()
|
| H A D | nfs_syscalls.c | 1950 add_fsevent(FSE_CONTENT_MODIFIED, &fp->fm_context, in nfsrv_cleanup()
|
| /xnu-12377.41.6/bsd/kern/ |
| H A D | ubc_subr.c | 2303 add_fsevent(FSE_CONTENT_MODIFIED_NO_HLINK, ctx, in ubc_unmap()
|