Home
last modified time | relevance | path

Searched refs:file_write (Results 1 – 25 of 91) sorted by relevance

1234

/freebsd-head/contrib/libarchive/libarchive/
HDarchive_write_open_file.c55 static ssize_t file_write(struct archive *, void *, const void *buff, size_t);
68 return (archive_write_open2(a, mine, file_open, file_write, in archive_write_open_FILE()
82 file_write(struct archive *a, void *client_data, const void *buff, size_t length) in file_write() function
HDarchive_write_open_fd.c58 static ssize_t file_write(struct archive *, void *, const void *buff, size_t);
75 file_open, file_write, NULL, file_free)); in archive_write_open_fd()
117 file_write(struct archive *a, void *client_data, const void *buff, size_t length) in file_write() function
/freebsd-head/sys/contrib/openzfs/tests/zfs-tests/tests/functional/snapshot/
HDrollback_002_pos.ksh75 log_must file_write -o create -f $TESTDIR/original_file$i \
92 log_must file_write -o create -f $TESTDIR/afterfirst_file$i \
103 log_must file_write -o create -f $TESTDIR/aftersecond_file$i \
HDsnapshot_001_pos.ksh66 log_must file_write -o create -f $TESTDIR/$TESTFILE -b $BLOCKSZ \
77 log_must file_write -o append -f $TESTDIR/$TESTFILE -b $BLOCKSZ \
HDsnapshot_005_pos.ksh69 log_must file_write -o create -f $TESTDIR1/$TESTFILE -b $BLOCKSZ \
80 log_must file_write -o append -f $TESTDIR1/$TESTFILE -b $BLOCKSZ \
HDsnapshot_011_pos.ksh70 log_must file_write -o create -f $TESTDIR/before_file$i \
87 log_must file_write -o create -f $TESTDIR/after_file$i \
HDrollback_001_pos.ksh72 log_must file_write -o create -f $TESTDIR/before_file$i \
89 log_must file_write -o create -f $TESTDIR/after_file$i \
/freebsd-head/crypto/openssl/crypto/bio/
HDbss_file.c35 static int file_write(BIO *h, const char *buf, int num);
46 file_write,
157 static int file_write(BIO *b, const char *in, int inl) in file_write() function
370 ret = file_write(bp, str, n); in file_puts()
376 static int file_write(BIO *b, const char *in, int inl) in file_write() function
409 file_write,
/freebsd-head/sys/contrib/openzfs/tests/zfs-tests/tests/functional/no_space/
HDenospc_001_pos.ksh63 file_write -o create -f $TESTDIR/$TESTFILE0 -b $BLOCKSZ \
71 file_write -o create -f $TESTDIR/$TESTFILE1 -b $BLOCKSZ \
/freebsd-head/sys/contrib/openzfs/tests/zfs-tests/tests/functional/removal/
HDremoval_reservation.ksh44 log_must file_write -o create -f $TESTDIR/$TESTFILE1 -b $((2**20)) -c $((2**9))
55 file_write -o create -f $TESTDIR/$TESTFILE2 -b $((2**20)) -c $((2**9))
/freebsd-head/sys/contrib/openzfs/tests/zfs-tests/tests/functional/compression/
HDcompress_001_pos.ksh53 log_must file_write -o $OP -f $TESTDIR/$TESTFILE0 -b $BLOCKSZ \
59 log_must file_write -o $OP -f $TESTDIR/$TESTFILE1 -b $BLOCKSZ \
HDcompress_002_pos.ksh58 log_must file_write -o $OP -f $TESTDIR1/$TESTFILE0 -b $BLOCKSZ \
64 log_must file_write -o $OP -f $TESTDIR1/$TESTFILE1 -b $BLOCKSZ \
/freebsd-head/sys/contrib/openzfs/tests/zfs-tests/tests/functional/quota/
HDquota.kshlib60 file_write -o create -f $MNTPT/$TESTFILE1 -b $BLOCK_SIZE \
92 file_write -o create -f $MNTPT/$TESTFILE2 \
/freebsd-head/sys/contrib/openzfs/tests/zfs-tests/tests/functional/reservation/
HDreservation_009_pos.ksh90 file_write -o create -f $TESTDIR/$TESTFILE1 -b $BLOCK_SIZE \
99 log_must file_write -o create -f $TESTDIR/$TESTFILE2 \
HDreservation_016_pos.ksh88 file_write -o create -f $TESTDIR/$TESTFILE1 -b $BLOCK_SIZE -c $write_count -d 0
96 log_must file_write -o create -f $TESTDIR/$TESTFILE2 \
HDreservation_012_pos.ksh78 file_write -o create -f $TESTDIR2/$TESTFILE1 -b $BLOCK_SIZE -c $write_count \
86 log_must file_write -o create -f $TESTDIR/$TESTFILE2 -b $BLOCK_SIZE -c \
HDreservation_015_pos.ksh89 file_write -o create -f $TESTDIR/$TESTFILE1 -b $BLOCK_SIZE -c $write_count -d 0
97 log_must file_write -o create -f $TESTDIR/$TESTFILE2 \
HDreservation_010_pos.ksh90 file_write -o create -f $TESTDIR/$TESTFILE1 -b $BLOCK_SIZE -c $write_count -d 0
98 log_must file_write -o create -f $TESTDIR/$TESTFILE2 \
HDreservation_008_pos.ksh110 file_write -o create -f $TESTDIR$num/$TESTFILE1 -b $BLOCK_SIZE \
122 log_must file_write -o create -f ${TESTDIR}$num/$TESTFILE2 \
/freebsd-head/sys/contrib/openzfs/tests/zfs-tests/tests/functional/grow/
HDgrow_pool_001_pos.ksh67 file_write -o create -f $TESTDIR/$TESTFILE1 \
84 log_must file_write -o append -f $TESTDIR/$TESTFILE1 \
HDgrow_replicas_001_pos.ksh71 file_write -o create -f $TESTDIR/$TESTFILE1 \
83 log_must file_write -o append -f $TESTDIR/$TESTFILE1 \
/freebsd-head/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_resilver/
HDzpool_resilver_restart.ksh61 log_must file_write -b 524288 -c 1024 -o create -d 0 -f $mntpnt/biggerfile1
66 log_must file_write -b 524288 -c 1024 -o create -d 0 -f $mntpnt/biggerfile2
/freebsd-head/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_scrub/
HDzpool_scrub_txg_continue_from_last.ksh66 log_must file_write -b 1048576 -c 10 -o create -d 0 -f $mntpnt/f1
82 log_must file_write -b 1048576 -c 10 -o create -d 0 -f $mntpnt/f2
/freebsd-head/sys/contrib/openzfs/tests/zfs-tests/tests/functional/checksum/
HDfiletest_001_pos.ksh79 log_must file_write -o overwrite -f $TESTDIR/test_$type \
100 log_must file_write -o overwrite -f $TESTDIR/test_$type \
/freebsd-head/sys/contrib/openzfs/tests/zfs-tests/tests/functional/deadman/
HDdeadman_zio.ksh72 log_must file_write -b 1048576 -c 8 -o create -d 0 -f $mntpnt/file1
73 log_must file_write -b 1048576 -c 8 -o create -d 0 -f $mntpnt/file2

1234