Searched refs:FSE_CONTENT_MODIFIED (Results 1 – 6 of 6) sorted by relevance
| /xnu-8019.80.24/bsd/sys/ |
| H A D | fsevents.h | 40 #define FSE_CONTENT_MODIFIED 4 macro
|
| /xnu-8019.80.24/bsd/vfs/ |
| H A D | vfs_fsevents.c | 290 #define is_throw_away(x) ((x) == FSE_STAT_CHANGED || (x) == FSE_CONTENT_MODIFIED) 365 type = FSE_CONTENT_MODIFIED; in add_fsevent() 843 …de & FSE_MODE_LAST_HLINK) && (type == FSE_STAT_CHANGED || type == FSE_CONTENT_MODIFIED || type == … in add_fsevent() 2627 int fsevent_type = FSE_CONTENT_MODIFIED, len; // the default is the most pessimistic in create_fsevent_from_kevent() 2635 fsevent_type = FSE_CONTENT_MODIFIED; in create_fsevent_from_kevent()
|
| H A D | vfs_vnops.c | 798 if (need_fsevent(FSE_CONTENT_MODIFIED, vp)) { in vn_close() 799 add_fsevent(FSE_CONTENT_MODIFIED, ctx, in vn_close()
|
| /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() 1447 if (nfsrv_fsevents_enabled && !error && need_fsevent(FSE_CONTENT_MODIFIED, vp)) { in nfsrv_write() 1747 if (nfsrv_fsevents_enabled && !error && need_fsevent(FSE_CONTENT_MODIFIED, vp)) { in nfsrv_writegather()
|
| 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 | 2161 if (want_fsevent && need_fsevent(FSE_CONTENT_MODIFIED, vp)) { in ubc_unmap()
|