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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_fsevents.c2355 int fsevent_type=FSE_CONTENT_MODIFIED, len; // the default is the most pessimistic local
2361 fsevent_type = FSE_DELETE;
2363 fsevent_type = FSE_CONTENT_MODIFIED;
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;
2369 fsevent_type = FSE_STAT_CHANGED; // XXXdbg - because vp is a dir and the thing created/removed lived inside it
2371 fsevent_type = FSE_STAT_CHANGED;
2374 // printf("convert_kevent: kevents 0x%x fsevent type 0x%x (for %s)\n", kevents, fsevent_type, vp->v_name ? vp->v_name : "(no-name)");
2398 add_fsevent(fsevent_type, vfs_context_current(), FSE_ARG_STRING, len, pathbuf, FSE_ARG_FINFO, &fse, FSE_ARG_DONE);

Completed in 21 milliseconds