Home
last modified time | relevance | path

Searched refs:FSE_CONTENT_MODIFIED (Results 1 – 6 of 6) sorted by relevance

/xnu-8019.80.24/bsd/sys/
H A Dfsevents.h40 #define FSE_CONTENT_MODIFIED 4 macro
/xnu-8019.80.24/bsd/vfs/
H A Dvfs_fsevents.c290 #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 Dvfs_vnops.c798 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 Dnfs_serv.c1186 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 Dnfs_syscalls.c2201 add_fsevent(FSE_CONTENT_MODIFIED, &fp->fm_context, in nfsrv_cleanup()
/xnu-8019.80.24/bsd/kern/
H A Dubc_subr.c2161 if (want_fsevent && need_fsevent(FSE_CONTENT_MODIFIED, vp)) { in ubc_unmap()