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

/illumos-gate/usr/src/uts/common/sys/
H A Dport.h111 #define FILE_TRUNC 0x00100000 macro
H A Dport_impl.h355 |FILE_NOFOLLOW|FILE_TRUNC)
/illumos-gate/usr/src/cmd/tail/
H A Dforward.c307 * 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))) {
[all...]
/illumos-gate/usr/src/common/fs/
H A Dpcfilep.h52 #define FILE_TRUNC 0x0200 macro
/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport_fop.c1980 event |= FILE_TRUNC;
2342 FILE_MODIFIED|FILE_ATTRIB|FILE_TRUNC, NULL, NULL);
2357 port_fop_sendevent(vp, FILE_TRUNC, NULL, NULL);

Completed in 79 milliseconds