Home
last modified time | relevance | path

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

1234

/freebsd/contrib/libarchive/libarchive/
H A Darchive_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
H A Darchive_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
H A Darchive_write_open_filename.c66 static ssize_t file_write(struct archive *, void *, const void *buff, size_t);
127 file_open, file_write, file_close, file_free)); in open_filename()
221 file_write(struct archive *a, void *client_data, const void *buff, in file_write() function
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/snapshot/
H A Drollback_002_pos.ksh74 log_must file_write -o create -f $TESTDIR/original_file$i \
91 log_must file_write -o create -f $TESTDIR/afterfirst_file$i \
102 log_must file_write -o create -f $TESTDIR/aftersecond_file$i \
H A Dsnapshot_001_pos.ksh65 log_must file_write -o create -f $TESTDIR/$TESTFILE -b $BLOCKSZ \
76 log_must file_write -o append -f $TESTDIR/$TESTFILE -b $BLOCKSZ \
H A Dsnapshot_005_pos.ksh68 log_must file_write -o create -f $TESTDIR1/$TESTFILE -b $BLOCKSZ \
79 log_must file_write -o append -f $TESTDIR1/$TESTFILE -b $BLOCKSZ \
H A Drollback_001_pos.ksh71 log_must file_write -o create -f $TESTDIR/before_file$i \
88 log_must file_write -o create -f $TESTDIR/after_file$i \
H A Dsnapshot_011_pos.ksh69 log_must file_write -o create -f $TESTDIR/before_file$i \
86 log_must file_write -o create -f $TESTDIR/after_file$i \
/freebsd/crypto/openssl/crypto/bio/
H A Dbss_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/sys/contrib/openzfs/tests/zfs-tests/tests/functional/no_space/
H A Denospc_001_pos.ksh62 file_write -o create -f $TESTDIR/$TESTFILE0 -b $BLOCKSZ \
70 file_write -o create -f $TESTDIR/$TESTFILE1 -b $BLOCKSZ \
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/compression/
H A Dcompress_001_pos.ksh52 log_must file_write -o $OP -f $TESTDIR/$TESTFILE0 -b $BLOCKSZ \
58 log_must file_write -o $OP -f $TESTDIR/$TESTFILE1 -b $BLOCKSZ \
H A Dcompress_002_pos.ksh57 log_must file_write -o $OP -f $TESTDIR1/$TESTFILE0 -b $BLOCKSZ \
63 log_must file_write -o $OP -f $TESTDIR1/$TESTFILE1 -b $BLOCKSZ \
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/quota/
H A Dquota.kshlib59 file_write -o create -f $MNTPT/$TESTFILE1 -b $BLOCK_SIZE \
91 file_write -o create -f $MNTPT/$TESTFILE2 \
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/removal/
H A Dremoval_reservation.ksh43 log_must file_write -o create -f $TESTDIR/$TESTFILE1 -b $((2**20)) -c $((2**9))
54 file_write -o create -f $TESTDIR/$TESTFILE2 -b $((2**20)) -c $((2**9))
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/reservation/
H A Dreservation_009_pos.ksh89 file_write -o create -f $TESTDIR/$TESTFILE1 -b $BLOCK_SIZE \
98 log_must file_write -o create -f $TESTDIR/$TESTFILE2 \
H A Dreservation_012_pos.ksh77 file_write -o create -f $TESTDIR2/$TESTFILE1 -b $BLOCK_SIZE -c $write_count \
85 log_must file_write -o create -f $TESTDIR/$TESTFILE2 -b $BLOCK_SIZE -c \
H A Dreservation_016_pos.ksh87 file_write -o create -f $TESTDIR/$TESTFILE1 -b $BLOCK_SIZE -c $write_count -d 0
95 log_must file_write -o create -f $TESTDIR/$TESTFILE2 \
H A Dreservation_010_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 \
H A Dreservation_015_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 \
H A Dreservation_008_pos.ksh109 file_write -o create -f $TESTDIR$num/$TESTFILE1 -b $BLOCK_SIZE \
121 log_must file_write -o create -f ${TESTDIR}$num/$TESTFILE2 \
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/grow/
H A Dgrow_pool_001_pos.ksh66 file_write -o create -f $TESTDIR/$TESTFILE1 \
83 log_must file_write -o append -f $TESTDIR/$TESTFILE1 \
H A Dgrow_replicas_001_pos.ksh70 file_write -o create -f $TESTDIR/$TESTFILE1 \
82 log_must file_write -o append -f $TESTDIR/$TESTFILE1 \
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_resilver/
H A Dzpool_resilver_restart.ksh60 log_must file_write -b 524288 -c 1024 -o create -d 0 -f $mntpnt/biggerfile1
65 log_must file_write -b 524288 -c 1024 -o create -d 0 -f $mntpnt/biggerfile2
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_scrub/
H A Dzpool_scrub_txg_continue_from_last.ksh65 log_must file_write -b 1048576 -c 10 -o create -d 0 -f $mntpnt/f1
81 log_must file_write -b 1048576 -c 10 -o create -d 0 -f $mntpnt/f2
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Dsend_holds.ksh122 file_write -o create -f $init_data -b $BLOCK_SIZE -c $WRITE_COUNT
142 file_write -o create -f $inc_data -b $BLOCK_SIZE -c $WRITE_COUNT -d 0
159 file_write -o create -f $inc_data2 -b $BLOCK_SIZE -c $WRITE_COUNT -d 0

1234