| /xnu-8020.140.41/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-8020.140.41/bsd/sys/ ! |
| H A D | fsevents.h | 165 int add_fsevent(int type, vfs_context_t, ...);
|
| /xnu-8020.140.41/bsd/vfs/ ! |
| H A D | vfs_fsevents.c | 345 add_fsevent(int type, vfs_context_t ctx, ...) in add_fsevent() function 1788 error = add_fsevent(FSE_UNMOUNT_PENDING, ctx, FSE_ARG_DEV, dev, FSE_ARG_DONE); in fsevent_unmount() 2280 err = add_fsevent(type, ctx, FSE_ARG_STRING, path_len, path, FSE_ARG_FINFO, finfo, FSE_ARG_DONE); in parse_buffer_and_add_events() 2316 err = add_fsevent(type, ctx, in parse_buffer_and_add_events() 2321 err = add_fsevent(type, ctx, in parse_buffer_and_add_events() 2720 …add_fsevent(fsevent_type, vfs_context_current(), FSE_ARG_STRING, len, pathbuf, FSE_ARG_FINFO, &fse… in create_fsevent_from_kevent() 2749 add_fsevent(__unused int type, __unused vfs_context_t ctx, ...) in add_fsevent() function
|
| H A D | vfs_syscalls.c | 4802 add_fsevent(FSE_CREATE_FILE, ctx, in mknod() 5207 add_fsevent(FSE_CREATE_FILE, ctx, in linkat_internal() 5223 add_fsevent(FSE_STAT_CHANGED, ctx, in linkat_internal() 5414 add_fsevent(FSE_CREATE_FILE, ctx, in symlinkat_internal() 5695 add_fsevent(FSE_DELETE, ctx, in unlinkat_internal() 8185 add_fsevent(FSE_CLONE, ctx, FSE_ARG_VNODE, fvp, FSE_ARG_VNODE, tvp, in clonefile_internal() 8187 add_fsevent(fsevent, ctx, FSE_ARG_VNODE, tvp, in clonefile_internal() 8886 add_fsevent(FSE_RENAME, ctx, in renameat_internal() 8899 add_fsevent(FSE_RENAME, ctx, in renameat_internal() 8907 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 | 2949 add_fsevent(FSE_CHOWN, ctx, FSE_ARG_VNODE, vp, FSE_ARG_DONE); in vnode_setattr() 2952 add_fsevent(FSE_STAT_CHANGED, ctx, FSE_ARG_VNODE, vp, FSE_ARG_DONE); in vnode_setattr() 5556 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-8020.140.41/bsd/nfs/ ! |
| H A D | nfs_serv.c | 1186 add_fsevent(FSE_CONTENT_MODIFIED, &fp->fm_context, in nfsrv_fmod_timer() 2186 add_fsevent(FSE_CREATE_FILE, ctx, in nfsrv_create() 2706 add_fsevent(FSE_DELETE, ctx, in nfsrv_remove() 3252 add_fsevent(FSE_RENAME, ctx, in nfsrv_rename() 3259 add_fsevent(FSE_RENAME, ctx, in nfsrv_rename() 3495 add_fsevent(FSE_CREATE_FILE, ctx, in nfsrv_link() 3719 add_fsevent(FSE_CREATE_FILE, ctx, in nfsrv_symlink() 3938 add_fsevent(FSE_CREATE_DIR, ctx, FSE_ARG_VNODE, vp, FSE_ARG_DONE); in nfsrv_mkdir() 4140 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-8020.140.41/bsd/kern/ ! |
| H A D | ubc_subr.c | 2161 add_fsevent(FSE_CONTENT_MODIFIED_NO_HLINK, ctx, in ubc_unmap()
|