Searched refs:FSE_CONTENT_MODIFIED (Results 1 – 6 of 6) sorted by relevance
| /xnu-10002.41.9/bsd/sys/ |
| H A D | fsevents.h | 40 #define FSE_CONTENT_MODIFIED 4 macro
|
| /xnu-10002.41.9/bsd/vfs/ |
| H A D | vfs_fsevents.c | 324 #define is_throw_away(x) ((x) == FSE_STAT_CHANGED || (x) == FSE_CONTENT_MODIFIED) 389 type = FSE_CONTENT_MODIFIED; in add_fsevent() 991 type == FSE_CONTENT_MODIFIED || in add_fsevent() 2902 int fsevent_type = FSE_CONTENT_MODIFIED, len; // the default is the most pessimistic in create_fsevent_from_kevent() 2910 fsevent_type = FSE_CONTENT_MODIFIED; in create_fsevent_from_kevent()
|
| H A D | vfs_vnops.c | 836 if (need_fsevent(FSE_CONTENT_MODIFIED, vp)) { in vn_close() 837 add_fsevent(FSE_CONTENT_MODIFIED, ctx, in vn_close()
|
| /xnu-10002.41.9/bsd/nfs/ |
| H A D | nfs_serv.c | 1191 add_fsevent(FSE_CONTENT_MODIFIED, &fp->fm_context, in nfsrv_fmod_timer() 1448 if (nfsrv_fsevents_enabled && !error && need_fsevent(FSE_CONTENT_MODIFIED, vp)) { in nfsrv_write() 1743 if (nfsrv_fsevents_enabled && !error && need_fsevent(FSE_CONTENT_MODIFIED, vp)) { in nfsrv_writegather()
|
| H A D | nfs_syscalls.c | 1948 add_fsevent(FSE_CONTENT_MODIFIED, &fp->fm_context, in nfsrv_cleanup()
|
| /xnu-10002.41.9/bsd/kern/ |
| H A D | ubc_subr.c | 2281 if (want_fsevent && need_fsevent(FSE_CONTENT_MODIFIED, vp)) { in ubc_unmap()
|