Home
last modified time | relevance | path

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

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