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

/darwin-on-arm/xnu/bsd/sys/
H A Dfsevents.h33 #define FSE_CREATE_FILE 0 macro
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_fsevents.c419 if (type != FSE_CREATE_FILE && type != FSE_DELETE && type != FSE_RENAME && type != FSE_EXCHANGE && type != FSE_CHOWN) {
2365 fsevent_type = FSE_CREATE_FILE;
2367 fsevent_type = FSE_CREATE_FILE; // XXXdbg - should use FSE_RENAME but we don't have the destination info;
H A Dvfs_vnops.c290 if (need_fsevent(FSE_CREATE_FILE, vp)) {
291 add_fsevent(FSE_CREATE_FILE, ctx,
H A Dvfs_syscalls.c3375 add_fsevent(FSE_CREATE_FILE, ctx,
3691 need_event = need_fsevent(FSE_CREATE_FILE, dvp);
3740 add_fsevent(FSE_CREATE_FILE, ctx,
3881 add_fsevent(FSE_CREATE_FILE, ctx,
/darwin-on-arm/xnu/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 47 milliseconds