| /xnu-8019.80.24/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-8019.80.24/bsd/sys/ |
| H A D | fsevents.h | 165 int add_fsevent(int type, vfs_context_t, ...);
|
| /xnu-8019.80.24/bsd/vfs/ |
| H A D | vfs_fsevents.c | 345 add_fsevent(int type, vfs_context_t ctx, ...) in add_fsevent() function 1738 error = add_fsevent(FSE_UNMOUNT_PENDING, ctx, FSE_ARG_DEV, dev, FSE_ARG_DONE); in fsevent_unmount() 2227 err = add_fsevent(type, ctx, FSE_ARG_STRING, path_len, path, FSE_ARG_FINFO, finfo, FSE_ARG_DONE); in parse_buffer_and_add_events() 2263 err = add_fsevent(type, ctx, in parse_buffer_and_add_events() 2268 err = add_fsevent(type, ctx, in parse_buffer_and_add_events() 2670 …add_fsevent(fsevent_type, vfs_context_current(), FSE_ARG_STRING, len, pathbuf, FSE_ARG_FINFO, &fse… in create_fsevent_from_kevent() 2699 add_fsevent(__unused int type, __unused vfs_context_t ctx, ...) in add_fsevent() function
|
| H A D | vfs_syscalls.c | 4790 add_fsevent(FSE_CREATE_FILE, ctx, in mknod() 5195 add_fsevent(FSE_CREATE_FILE, ctx, in linkat_internal() 5211 add_fsevent(FSE_STAT_CHANGED, ctx, in linkat_internal() 5402 add_fsevent(FSE_CREATE_FILE, ctx, in symlinkat_internal() 5683 add_fsevent(FSE_DELETE, ctx, in unlinkat_internal() 8120 add_fsevent(FSE_CLONE, ctx, FSE_ARG_VNODE, fvp, FSE_ARG_VNODE, tvp, in clonefile_internal() 8122 add_fsevent(fsevent, ctx, FSE_ARG_VNODE, tvp, in clonefile_internal() 8823 add_fsevent(FSE_RENAME, ctx, in renameat_internal() 8836 add_fsevent(FSE_RENAME, ctx, in renameat_internal() 8844 add_fsevent(FSE_RENAME, ctx, in renameat_internal() [all …]
|
| H A D | vfs_vnops.c | 307 add_fsevent(FSE_CREATE_FILE, ctx, in vn_open_auth_do_create() 799 add_fsevent(FSE_CONTENT_MODIFIED, ctx, in vn_close()
|
| H A D | kpi_vfs.c | 2936 add_fsevent(FSE_CHOWN, ctx, FSE_ARG_VNODE, vp, FSE_ARG_DONE); in vnode_setattr() 2939 add_fsevent(FSE_STAT_CHANGED, ctx, FSE_ARG_VNODE, vp, FSE_ARG_DONE); in vnode_setattr() 5543 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-8019.80.24/bsd/nfs/ |
| H A D | nfs_serv.c | 1186 add_fsevent(FSE_CONTENT_MODIFIED, &fp->fm_context, in nfsrv_fmod_timer() 2184 add_fsevent(FSE_CREATE_FILE, ctx, in nfsrv_create() 2695 add_fsevent(FSE_DELETE, ctx, in nfsrv_remove() 3241 add_fsevent(FSE_RENAME, ctx, in nfsrv_rename() 3248 add_fsevent(FSE_RENAME, ctx, in nfsrv_rename() 3484 add_fsevent(FSE_CREATE_FILE, ctx, in nfsrv_link() 3706 add_fsevent(FSE_CREATE_FILE, ctx, in nfsrv_symlink() 3918 add_fsevent(FSE_CREATE_DIR, ctx, FSE_ARG_VNODE, vp, FSE_ARG_DONE); in nfsrv_mkdir() 4115 add_fsevent(FSE_DELETE, ctx, in nfsrv_rmdir()
|
| H A D | nfs_syscalls.c | 2201 add_fsevent(FSE_CONTENT_MODIFIED, &fp->fm_context, in nfsrv_cleanup()
|
| /xnu-8019.80.24/bsd/kern/ |
| H A D | ubc_subr.c | 2162 add_fsevent(FSE_CONTENT_MODIFIED_NO_HLINK, ctx, in ubc_unmap()
|