| /xnu-8792.81.2/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-8792.81.2/bsd/sys/ |
| H A D | fsevents.h | 175 int add_fsevent(int type, vfs_context_t, ...);
|
| /xnu-8792.81.2/bsd/vfs/ |
| H A D | vfs_fsevents.c | 366 add_fsevent(int type, vfs_context_t ctx, ...) in add_fsevent() function 1099 return add_fsevent(FSE_ACCESS_GRANTED, ctx, in test_fse_access_granted() 1108 return add_fsevent(FSE_ACCESS_GRANTED, ctx, in test_fse_access_granted() 1123 error = add_fsevent(FSE_ACCESS_GRANTED, ctx, in test_fse_access_granted() 1127 error = add_fsevent(FSE_ACCESS_GRANTED, ctx, in test_fse_access_granted() 2012 error = add_fsevent(FSE_UNMOUNT_PENDING, ctx, FSE_ARG_DEV, dev, FSE_ARG_DONE); in fsevent_unmount() 2505 err = add_fsevent(type, ctx, FSE_ARG_STRING, path_len, path, FSE_ARG_FINFO, finfo, FSE_ARG_DONE); in parse_buffer_and_add_events() 2541 err = add_fsevent(type, ctx, in parse_buffer_and_add_events() 2546 err = add_fsevent(type, ctx, in parse_buffer_and_add_events() 2945 …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 | 5251 add_fsevent(FSE_CREATE_FILE, ctx, in mknodat_internal() 5695 add_fsevent(FSE_CREATE_FILE, ctx, in linkat_internal() 5711 add_fsevent(FSE_STAT_CHANGED, ctx, in linkat_internal() 5907 add_fsevent(FSE_CREATE_FILE, ctx, in symlinkat_internal() 6192 add_fsevent(FSE_DELETE, ctx, in unlinkat_internal() 8768 add_fsevent(FSE_CLONE, ctx, FSE_ARG_VNODE, fvp, FSE_ARG_VNODE, tvp, in clonefile_internal() 8770 add_fsevent(fsevent, ctx, FSE_ARG_VNODE, tvp, in clonefile_internal() 9477 add_fsevent(FSE_RENAME, ctx, in renameat_internal() 9490 add_fsevent(FSE_RENAME, ctx, in renameat_internal() 9498 add_fsevent(FSE_RENAME, ctx, in renameat_internal() [all …]
|
| H A D | vfs_vnops.c | 308 add_fsevent(FSE_CREATE_FILE, ctx, in vn_open_auth_do_create() 841 add_fsevent(FSE_CONTENT_MODIFIED, ctx, in vn_close()
|
| H A D | kpi_vfs.c | 3051 add_fsevent(FSE_CHOWN, ctx, FSE_ARG_VNODE, vp, FSE_ARG_DONE); in vnode_setattr() 3054 add_fsevent(FSE_STAT_CHANGED, ctx, FSE_ARG_VNODE, vp, FSE_ARG_DONE); in vnode_setattr() 5686 add_fsevent(FSE_STAT_CHANGED, ctx, FSE_ARG_VNODE, vp, FSE_ARG_DONE); in VNOP_ALLOCATE()
|
| H A D | vfs_attrlist.c | 892 add_fsevent(FSE_FINDER_INFO_CHANGED, ctx, FSE_ARG_VNODE, vp, FSE_ARG_DONE); in setattrlist_setfinderinfo()
|
| /xnu-8792.81.2/bsd/nfs/ |
| H A D | nfs_serv.c | 1181 add_fsevent(FSE_CONTENT_MODIFIED, &fp->fm_context, in nfsrv_fmod_timer() 2172 add_fsevent(FSE_CREATE_FILE, ctx, in nfsrv_create() 2692 add_fsevent(FSE_DELETE, ctx, in nfsrv_remove() 3238 add_fsevent(FSE_RENAME, ctx, in nfsrv_rename() 3245 add_fsevent(FSE_RENAME, ctx, in nfsrv_rename() 3481 add_fsevent(FSE_CREATE_FILE, ctx, in nfsrv_link() 3705 add_fsevent(FSE_CREATE_FILE, ctx, in nfsrv_symlink() 3924 add_fsevent(FSE_CREATE_DIR, ctx, FSE_ARG_VNODE, vp, FSE_ARG_DONE); in nfsrv_mkdir() 4126 add_fsevent(FSE_DELETE, ctx, in nfsrv_rmdir()
|
| H A D | nfs_syscalls.c | 1911 add_fsevent(FSE_CONTENT_MODIFIED, &fp->fm_context, in nfsrv_cleanup()
|
| /xnu-8792.81.2/bsd/kern/ |
| H A D | ubc_subr.c | 2331 add_fsevent(FSE_CONTENT_MODIFIED_NO_HLINK, ctx, in ubc_unmap()
|