Home
last modified time | relevance | path

Searched refs:FSE_FINDER_INFO_CHANGED (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dfsevents.h42 #define FSE_FINDER_INFO_CHANGED 6 macro
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_attrlist.c944 if (error == 0 && need_fsevent(FSE_FINDER_INFO_CHANGED, vp)) { in setattrlist_setfinderinfo()
945 add_fsevent(FSE_FINDER_INFO_CHANGED, ctx, FSE_ARG_VNODE, vp, FSE_ARG_DONE); in setattrlist_setfinderinfo()
H A Dvfs_fsevents.c1050 type == FSE_FINDER_INFO_CHANGED || in add_fsevent()