Searched refs:FSE_CONTENT_MODIFIED (Results 1 – 6 of 6) sorted by relevance
| /xnu-10063.141.1/bsd/sys/ |
| H A D | fsevents.h | 40 #define FSE_CONTENT_MODIFIED 4 macro
|
| /xnu-10063.141.1/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 | 840 if (need_fsevent(FSE_CONTENT_MODIFIED, vp)) { in vn_close() 841 add_fsevent(FSE_CONTENT_MODIFIED, ctx, in vn_close()
|
| /xnu-10063.141.1/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-10063.141.1/bsd/kern/ |
| H A D | ubc_subr.c | 2281 if (want_fsevent && need_fsevent(FSE_CONTENT_MODIFIED, vp)) { in ubc_unmap()
|