Searched refs:FILE_TRUNC (Results 1 – 14 of 14) sorted by relevance
97 log_note "Invoking $FILE_TRUNC with: $options_display"98 $FILE_TRUNC $options $TESTDIR/$TESTFILE.$i &103 log_fail "$FILE_TRUNC $options $TESTDIR/$TESTFILE.$i"
95 log_note "Invoking $FILE_TRUNC with: $options_display"96 $FILE_TRUNC $options $TESTDIR/$TESTFILE.$i &101 log_fail "$FILE_TRUNC $options $TESTDIR/$TESTFILE.$i"
69 log_note "Invoking $FILE_TRUNC with: $options_display"70 log_must $FILE_TRUNC $options $TESTDIR/$TESTFILE
74 log_note "Invoking $FILE_TRUNC with: $options_display"75 log_must $FILE_TRUNC $options $TESTDIR/$TESTFILE
307 * FILE_TRUNC events. in associate() 329 * To assure that we cannot possibly drop a FILE_TRUNC event, in associate() 332 * get only FILE_TRUNC events. This assures that we always in associate() 333 * have an active association for FILE_TRUNC events when the in associate() 335 * _must_ be FILE_TRUNC followed by FILE_MODIFIED: if a single in associate() 336 * event induces both a FILE_TRUNC and a FILE_MODIFIED (as in associate() 338 * FILE_TRUNC before FILE_MODIFIED -- and the order in which in associate() 340 * if we see a FILE_TRUNC, we dissociate/reassociate the in associate() 343 if (ev == NULL || (ev->portev_events & FILE_TRUNC) || in associate() 344 !(ev->portev_events & (FILE_MODIFIED | FILE_TRUNC))) { in associate() [all...]
70 $FILE_TRUNC -f $((64 * 1024 * 1024)) -b 8192 -c 0 -r $TESTDIR/$TESTFILE1 &
69 $FILE_TRUNC -f $((64 * 1024 * 1024)) -b 8192 -c 0 -r $TESTDIR/$TESTFILE1 &
72 $FILE_TRUNC -f $((64 * 1024 * 1024)) -b 8192 -c 0 -r $TESTDIR/$TESTFILE1 &
111 #define FILE_TRUNC 0x00100000 macro
355 |FILE_NOFOLLOW|FILE_TRUNC)
52 #define FILE_TRUNC 0x0200 macro
48 export FILE_TRUNC="/opt/zfs-tests/bin/file_trunc"
1980 event |= FILE_TRUNC; in port_fop() 2342 FILE_MODIFIED|FILE_ATTRIB|FILE_TRUNC, NULL, NULL); in port_fop_vnevent() 2357 port_fop_sendevent(vp, FILE_TRUNC, NULL, NULL); in port_fop_vnevent()