| /xnu-10002.1.13/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-10002.1.13/bsd/sys/ |
| H A D | fsevents.h | 175 int add_fsevent(int type, vfs_context_t, ...);
|
| /xnu-10002.1.13/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 | 5268 add_fsevent(FSE_CREATE_FILE, ctx, in mknodat_internal() 5712 add_fsevent(FSE_CREATE_FILE, ctx, in linkat_internal() 5724 add_fsevent(FSE_STAT_CHANGED, ctx, in linkat_internal() 5920 add_fsevent(FSE_CREATE_FILE, ctx, in symlinkat_internal() 6210 add_fsevent(FSE_DELETE, ctx, in unlinkat_internal() 8756 add_fsevent(FSE_CLONE, ctx, FSE_ARG_VNODE, fvp, FSE_ARG_VNODE, tvp, in clonefile_internal() 8758 add_fsevent(fsevent, ctx, FSE_ARG_VNODE, tvp, in clonefile_internal() 9463 add_fsevent(FSE_RENAME, ctx, in renameat_internal() 9476 add_fsevent(FSE_RENAME, ctx, in renameat_internal() 9484 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() 837 add_fsevent(FSE_CONTENT_MODIFIED, ctx, in vn_close()
|
| H A D | kpi_vfs.c | 3075 add_fsevent(FSE_CHOWN, ctx, FSE_ARG_VNODE, vp, FSE_ARG_DONE); in vnode_setattr() 3078 add_fsevent(FSE_STAT_CHANGED, ctx, FSE_ARG_VNODE, vp, FSE_ARG_DONE); in vnode_setattr() 5710 add_fsevent(FSE_STAT_CHANGED, ctx, FSE_ARG_VNODE, vp, FSE_ARG_DONE); in VNOP_ALLOCATE()
|
| H A D | vfs_attrlist.c | 896 add_fsevent(FSE_FINDER_INFO_CHANGED, ctx, FSE_ARG_VNODE, vp, FSE_ARG_DONE); in setattrlist_setfinderinfo()
|
| /xnu-10002.1.13/bsd/nfs/ |
| H A D | nfs_serv.c | 1191 add_fsevent(FSE_CONTENT_MODIFIED, &fp->fm_context, in nfsrv_fmod_timer() 2182 add_fsevent(FSE_CREATE_FILE, ctx, in nfsrv_create() 2702 add_fsevent(FSE_DELETE, ctx, in nfsrv_remove() 3248 add_fsevent(FSE_RENAME, ctx, in nfsrv_rename() 3255 add_fsevent(FSE_RENAME, ctx, in nfsrv_rename() 3491 add_fsevent(FSE_CREATE_FILE, ctx, in nfsrv_link() 3715 add_fsevent(FSE_CREATE_FILE, ctx, in nfsrv_symlink() 3934 add_fsevent(FSE_CREATE_DIR, ctx, FSE_ARG_VNODE, vp, FSE_ARG_DONE); in nfsrv_mkdir() 4143 add_fsevent(FSE_DELETE, ctx, in nfsrv_rmdir()
|
| H A D | nfs_syscalls.c | 1948 add_fsevent(FSE_CONTENT_MODIFIED, &fp->fm_context, in nfsrv_cleanup()
|
| /xnu-10002.1.13/bsd/kern/ |
| H A D | ubc_subr.c | 2282 add_fsevent(FSE_CONTENT_MODIFIED_NO_HLINK, ctx, in ubc_unmap()
|