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

/xnu-2422.115.4/bsd/vfs/
H A Dvfs_fsevents.c2423 int fsevent_type=FSE_CONTENT_MODIFIED, len; // the default is the most pessimistic local
2429 fsevent_type = FSE_DELETE;
2431 fsevent_type = FSE_CONTENT_MODIFIED;
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;
2437 fsevent_type = FSE_STAT_CHANGED; // XXXdbg - because vp is a dir and the thing created/removed lived inside it
2439 fsevent_type = FSE_STAT_CHANGED;
2442 // printf("convert_kevent: kevents 0x%x fsevent type 0x%x (for %s)\n", kevents, fsevent_type, vp->v_name ? vp->v_name : "(no-name)");
2466 add_fsevent(fsevent_type, vfs_context_current(), FSE_ARG_STRING, len, pathbuf, FSE_ARG_FINFO, &fse, FSE_ARG_DONE);

Completed in 25 milliseconds