Searched refs:FSE_CONTENT_MODIFIED (Results 1 – 6 of 6) sorted by relevance
| /xnu-12377.61.12/bsd/sys/ |
| H A D | fsevents.h | 40 #define FSE_CONTENT_MODIFIED 4 macro
|
| /xnu-12377.61.12/bsd/vfs/ |
| H A D | vfs_fsevents.c | 335 #define is_throw_away(x) ((x) == FSE_STAT_CHANGED || (x) == FSE_CONTENT_MODIFIED) 400 type = FSE_CONTENT_MODIFIED; in add_fsevent() 1049 type == FSE_CONTENT_MODIFIED || in add_fsevent() 3027 int fsevent_type = FSE_CONTENT_MODIFIED, len; // the default is the most pessimistic in create_fsevent_from_kevent() 3035 fsevent_type = FSE_CONTENT_MODIFIED; in create_fsevent_from_kevent()
|
| H A D | vfs_vnops.c | 888 if (need_fsevent(FSE_CONTENT_MODIFIED, vp)) { in vn_close() 889 add_fsevent(FSE_CONTENT_MODIFIED, ctx, in vn_close()
|
| /xnu-12377.61.12/bsd/nfs/ |
| H A D | nfs_syscalls.c | 1950 add_fsevent(FSE_CONTENT_MODIFIED, &fp->fm_context, in nfsrv_cleanup()
|
| H A D | nfs_serv.c | 1192 add_fsevent(FSE_CONTENT_MODIFIED, &fp->fm_context, in nfsrv_fmod_timer() 1449 if (nfsrv_fsevents_enabled && !error && need_fsevent(FSE_CONTENT_MODIFIED, vp)) { in nfsrv_write() 1744 if (nfsrv_fsevents_enabled && !error && need_fsevent(FSE_CONTENT_MODIFIED, vp)) { in nfsrv_writegather()
|
| /xnu-12377.61.12/bsd/kern/ |
| H A D | ubc_subr.c | 2310 if (want_fsevent && need_fsevent(FSE_CONTENT_MODIFIED, vp)) { in ubc_unmap()
|