Home
last modified time | relevance | path

Searched refs:file_write (Results 1 – 25 of 99) 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
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/snapshot/
H A Drollback_002_pos.ksh65 log_must file_write -o create -f $TESTDIR/original_file$i \
82 log_must file_write -o create -f $TESTDIR/afterfirst_file$i \
93 log_must file_write -o create -f $TESTDIR/aftersecond_file$i \
H A Dsnapshot_001_pos.ksh55 log_must file_write -o create -f $TESTDIR/$TESTFILE -b $BLOCKSZ \
66 log_must file_write -o append -f $TESTDIR/$TESTFILE -b $BLOCKSZ \
H A Dsnapshot_005_pos.ksh55 log_must file_write -o create -f $TESTDIR1/$TESTFILE -b $BLOCKSZ \
66 log_must file_write -o append -f $TESTDIR1/$TESTFILE -b $BLOCKSZ \
H A Dsnapshot_011_pos.ksh60 log_must file_write -o create -f $TESTDIR/before_file$i \
77 log_must file_write -o create -f $TESTDIR/after_file$i \
H A Drollback_001_pos.ksh62 log_must file_write -o create -f $TESTDIR/before_file$i \
79 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,
158 static int file_write(BIO *b, const char *in, int inl) in file_write() function
379 ret = file_write(bp, str, n); in file_puts()
385 static int file_write(BIO *b, const char *in, int inl) in file_write() function
418 file_write,
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/no_space/
H A Denospc_001_pos.ksh53 file_write -o create -f $TESTDIR/$TESTFILE0 -b $BLOCKSZ \
61 file_write -o create -f $TESTDIR/$TESTFILE1 -b $BLOCKSZ \
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/fadvise/
H A Dfadvise_dontneed.ksh43 log_must file_write -o create -f $FILE0 -b $BLKSZ -c 100
55 log_must file_write -o create -f $FILE1 -b 12000 -c 1
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/compression/
H A Dcompress_002_pos.ksh48 log_must file_write -o $OP -f $TESTDIR1/$TESTFILE0 -b $BLOCKSZ \
54 log_must file_write -o $OP -f $TESTDIR1/$TESTFILE1 -b $BLOCKSZ \
H A Dcompress_001_pos.ksh43 log_must file_write -o $OP -f $TESTDIR/$TESTFILE0 -b $BLOCKSZ \
49 log_must file_write -o $OP -f $TESTDIR/$TESTFILE1 -b $BLOCKSZ \
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/removal/
H A Dremoval_reservation.ksh40 log_must file_write -o create -f $TESTDIR/$TESTFILE1 -b $((2**20)) -c $((2**9))
51 file_write -o create -f $TESTDIR/$TESTFILE2 -b $((2**20)) -c $((2**9))
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/quota/
H A Dquota.kshlib50 file_write -o create -f $MNTPT/$TESTFILE1 -b $BLOCK_SIZE \
82 file_write -o create -f $MNTPT/$TESTFILE2 \
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/reservation/
H A Dreservation_009_pos.ksh80 file_write -o create -f $TESTDIR/$TESTFILE1 -b $BLOCK_SIZE \
89 log_must file_write -o create -f $TESTDIR/$TESTFILE2 \
H A Dreservation_016_pos.ksh78 file_write -o create -f $TESTDIR/$TESTFILE1 -b $BLOCK_SIZE -c $write_count -d 0
86 log_must file_write -o create -f $TESTDIR/$TESTFILE2 \
H A Dreservation_012_pos.ksh68 file_write -o create -f $TESTDIR2/$TESTFILE1 -b $BLOCK_SIZE -c $write_count \
76 log_must file_write -o create -f $TESTDIR/$TESTFILE2 -b $BLOCK_SIZE -c \
H A Dreservation_010_pos.ksh80 file_write -o create -f $TESTDIR/$TESTFILE1 -b $BLOCK_SIZE -c $write_count -d 0
88 log_must file_write -o create -f $TESTDIR/$TESTFILE2 \
H A Dreservation_015_pos.ksh79 file_write -o create -f $TESTDIR/$TESTFILE1 -b $BLOCK_SIZE -c $write_count -d 0
87 log_must file_write -o create -f $TESTDIR/$TESTFILE2 \
H A Dreservation_008_pos.ksh100 file_write -o create -f $TESTDIR$num/$TESTFILE1 -b $BLOCK_SIZE \
112 log_must file_write -o create -f ${TESTDIR}$num/$TESTFILE2 \
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/grow/
H A Dgrow_replicas_001_pos.ksh61 file_write -o create -f $TESTDIR/$TESTFILE1 \
73 log_must file_write -o append -f $TESTDIR/$TESTFILE1 \
H A Dgrow_pool_001_pos.ksh57 file_write -o create -f $TESTDIR/$TESTFILE1 \
74 log_must file_write -o append -f $TESTDIR/$TESTFILE1 \
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/block_cloning/
H A Dblock_cloning_fideduperange_compress.ksh42 log_must file_write -o create -f /$TESTPOOL/file1 -b 131072 -c 4 -d 1
44 log_must file_write -o create -f /$TESTPOOL/file2 -b 131072 -c 4 -d 1
H A Dblock_cloning_fideduperange_sparse.ksh40 log_must file_write -o create -f /$TESTPOOL/file1 -b 1000 -c 1 -d 0
41 log_must file_write -o create -f /$TESTPOOL/file2 -b 1000 -c 1 -d 0
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_resilver/
H A Dzpool_resilver_restart.ksh51 log_must file_write -b 524288 -c 1024 -o create -d 0 -f $mntpnt/biggerfile1
56 log_must file_write -b 524288 -c 1024 -o create -d 0 -f $mntpnt/biggerfile2

1234