Lines Matching refs:FILE_TRUNC
307 * FILE_TRUNC events.
329 * To assure that we cannot possibly drop a FILE_TRUNC event,
332 * get only FILE_TRUNC events. This assures that we always
333 * have an active association for FILE_TRUNC events when the
335 * _must_ be FILE_TRUNC followed by FILE_MODIFIED: if a single
336 * event induces both a FILE_TRUNC and a FILE_MODIFIED (as
338 * FILE_TRUNC before FILE_MODIFIED -- and the order in which
340 * if we see a FILE_TRUNC, we dissociate/reassociate the
343 if (ev == NULL || (ev->portev_events & FILE_TRUNC) ||
344 !(ev->portev_events & (FILE_MODIFIED | FILE_TRUNC))) {
346 (uintptr_t)&file->fobj[0], FILE_TRUNC, file);
353 !(ev->portev_events & (FILE_MODIFIED | FILE_TRUNC))) {
491 if (ev.portev_events & FILE_TRUNC)