Home
last modified time | relevance | path

Searched refs:FILE_TRUNC (Results 1 – 14 of 14) sorted by relevance

/titanic_44/usr/src/test/zfs-tests/tests/functional/replacement/
H A Dreplacement_001_pos.ksh97 log_note "Invoking $FILE_TRUNC with: $options_display"
98 $FILE_TRUNC $options $TESTDIR/$TESTFILE.$i &
103 log_fail "$FILE_TRUNC $options $TESTDIR/$TESTFILE.$i"
H A Dreplacement_003_pos.ksh95 log_note "Invoking $FILE_TRUNC with: $options_display"
96 $FILE_TRUNC $options $TESTDIR/$TESTFILE.$i &
101 log_fail "$FILE_TRUNC $options $TESTDIR/$TESTFILE.$i"
H A Dreplacement_002_pos.ksh97 log_note "Invoking $FILE_TRUNC with: $options_display"
98 $FILE_TRUNC $options $TESTDIR/$TESTFILE.$i &
103 log_fail "$FILE_TRUNC $options $TESTDIR/$TESTFILE.$i"
/titanic_44/usr/src/test/zfs-tests/tests/functional/truncate/
H A Dtruncate_001_pos.ksh69 log_note "Invoking $FILE_TRUNC with: $options_display"
70 log_must $FILE_TRUNC $options $TESTDIR/$TESTFILE
/titanic_44/usr/src/test/zfs-tests/tests/functional/sparse/
H A Dsparse_001_pos.ksh74 log_note "Invoking $FILE_TRUNC with: $options_display"
75 log_must $FILE_TRUNC $options $TESTDIR/$TESTFILE
/titanic_44/usr/src/cmd/tail/
H A Dforward.c343 if (ev == NULL || (ev->portev_events & FILE_TRUNC) || in associate()
344 !(ev->portev_events & (FILE_MODIFIED | FILE_TRUNC))) { in associate()
346 (uintptr_t)&file->fobj[0], FILE_TRUNC, file); in associate()
353 !(ev->portev_events & (FILE_MODIFIED | FILE_TRUNC))) { in associate()
491 if (ev.portev_events & FILE_TRUNC) in follow()
/titanic_44/usr/src/test/zfs-tests/tests/functional/online_offline/
H A Donline_offline_003_neg.ksh70 $FILE_TRUNC -f $((64 * 1024 * 1024)) -b 8192 -c 0 -r $TESTDIR/$TESTFILE1 &
H A Donline_offline_001_pos.ksh69 $FILE_TRUNC -f $((64 * 1024 * 1024)) -b 8192 -c 0 -r $TESTDIR/$TESTFILE1 &
H A Donline_offline_002_neg.ksh72 $FILE_TRUNC -f $((64 * 1024 * 1024)) -b 8192 -c 0 -r $TESTDIR/$TESTFILE1 &
/titanic_44/usr/src/uts/common/sys/
H A Dport.h111 #define FILE_TRUNC 0x00100000 macro
H A Dport_impl.h355 |FILE_NOFOLLOW|FILE_TRUNC)
/titanic_44/usr/src/common/fs/
H A Dpcfilep.h52 #define FILE_TRUNC 0x0200 macro
/titanic_44/usr/src/test/zfs-tests/include/
H A Ddefault.cfg48 export FILE_TRUNC="/opt/zfs-tests/bin/file_trunc"
/titanic_44/usr/src/uts/common/fs/portfs/
H A Dport_fop.c1980 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()