Home
last modified time | relevance | path

Searched refs:FSE_ACCESS_GRANTED (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dfsevents.h64 #define FSE_ACCESS_GRANTED FSE_INVALID macro
98 ((e) == FSE_ACCESS_GRANTED ? FSE_IGNORE : FSE_REPORT)
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_fsevents.c443 type != FSE_ACCESS_GRANTED) { in add_fsevent()
691 if (type == FSE_ACCESS_GRANTED) { in add_fsevent()
1157 return add_fsevent(FSE_ACCESS_GRANTED, ctx, in test_fse_access_granted()
1166 return add_fsevent(FSE_ACCESS_GRANTED, ctx, in test_fse_access_granted()
1181 error = add_fsevent(FSE_ACCESS_GRANTED, ctx, in test_fse_access_granted()
1185 error = add_fsevent(FSE_ACCESS_GRANTED, ctx, in test_fse_access_granted()
1338 if (num_events > FSE_ACCESS_GRANTED && in add_watcher()
1339 event_list[FSE_ACCESS_GRANTED] != FSE_IGNORE && in add_watcher()
1341 event_list[FSE_ACCESS_GRANTED] = FSE_IGNORE; in add_watcher()
1814 if (kfse->type == FSE_ACCESS_GRANTED) { in copy_out_kfse()
[all …]