Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/sys/
H A Dfsevents.h42 #define FSE_FINDER_INFO_CHANGED 6 macro
/xnu-10002.1.13/bsd/vfs/
H A Dvfs_attrlist.c895 if (error == 0 && need_fsevent(FSE_FINDER_INFO_CHANGED, vp)) { in setattrlist_setfinderinfo()
896 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()