Searched refs:FSE_CREATE_FILE (Results 1 - 5 of 5) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Dfsevents.h33 #define FSE_CREATE_FILE 0 macro
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_fsevents.c395 if (type != FSE_CREATE_FILE && type != FSE_DELETE && type != FSE_RENAME && type != FSE_EXCHANGE && type != FSE_CHOWN && type != FSE_DOCID_CHANGED && type != FSE_DOCID_CREATED) {
2433 fsevent_type = FSE_CREATE_FILE;
2435 fsevent_type = FSE_CREATE_FILE; // XXXdbg - should use FSE_RENAME but we don't have the destination info;
H A Dvfs_vnops.c295 if (need_fsevent(FSE_CREATE_FILE, vp)) {
296 add_fsevent(FSE_CREATE_FILE, ctx,
H A Dvfs_syscalls.c3423 add_fsevent(FSE_CREATE_FILE, ctx,
3743 need_event = need_fsevent(FSE_CREATE_FILE, dvp);
3792 add_fsevent(FSE_CREATE_FILE, ctx,
3938 add_fsevent(FSE_CREATE_FILE, ctx,
/xnu-2422.115.4/bsd/nfs/
H A Dnfs_serv.c1985 if (nfsrv_fsevents_enabled && need_fsevent(FSE_CREATE_FILE, vp)) {
1986 add_fsevent(FSE_CREATE_FILE, ctx,
3201 if (nfsrv_fsevents_enabled && !error && need_fsevent(FSE_CREATE_FILE, dvp)) {
3215 add_fsevent(FSE_CREATE_FILE, ctx,
3425 add_fsevent(FSE_CREATE_FILE, ctx,

Completed in 55 milliseconds