Searched refs:write_size (Results 1 - 12 of 12) sorted by relevance

/freebsd-current/tests/sys/cddl/zfs/tests/quota/
H A Dquota.kshlib43 typeset -i write_size=0
44 (( write_size = 2 * QUOTA_VALUE ))
48 -c $write_size -d 0
71 typeset -i write_size=0
72 (( write_size = 2 * QUOTA_VALUE ))
79 -b $BLOCK_SIZE -c $write_size -d 0
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/quota/
H A Dquota.kshlib55 typeset -i write_size=0
56 (( write_size = 2 * QUOTA_VALUE ))
60 -c $write_size -d 0
84 typeset -i write_size=0
85 (( write_size = 2 * QUOTA_VALUE ))
92 -b $BLOCK_SIZE -c $write_size -d 0
/freebsd-current/contrib/xz/src/xzdec/
H A Dxzdec.c204 const size_t write_size = BUFSIZ - strm->avail_out; local
206 if (fwrite(out_buf, 1, write_size, stdout)
207 != write_size) {
/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_simple_attr.c145 * @write_size: number bytes to be transferred
157 simple_attr_write(struct file *filp, const char *buf, size_t write_size, loff_t *ppos) argument
170 if (*ppos >= bufsize || write_size < 1)
/freebsd-current/usr.bin/gzip/
H A Dunxz.c100 const size_t write_size = sizeof(obuf) - strm.avail_out; local
102 if (write(o, obuf, write_size) != (ssize_t)write_size)
107 bytes_out += write_size;
/freebsd-current/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp2474 size_t write_size = 0;
2505 write_size = sizeof(int);
2512 write_size = sizeof(long long int);
2516 write_size = sizeof(long int);
2522 write_size = sizeof(long long int);
2527 write_size = sizeof(intmax_t);
2533 write_size = sizeof(size_t);
2538 write_size = sizeof(int);
2544 dfsan_set_label(l, dst_ptr, write_size);
2546 dfsan_set_label(l, dst_ptr, write_size);
[all...]
/freebsd-current/sys/dev/sfxge/common/
H A Def10_nvram.c2125 uint32_t write_size; local
2129 NULL, &write_size)) != 0)
2132 if (write_size != 0) {
2137 if (size % write_size != 0) {
2142 write_size = EF10_NVRAM_CHUNK;
2146 chunk = MIN(size, write_size);
2460 uint32_t write_size = 0; local
2464 NULL, &write_size)) != 0)
2471 if (write_size == 0)
2474 *chunk_sizep = write_size;
[all...]
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz.c4042 uint64_t write_size = P2ALIGN(VDEV_BOOT_SIZE, 1 << ashift); local
4043 uint64_t logical_size = write_size * raidvd->vdev_children;
4053 VERIFY3U(write_size, >=, raidvd->vdev_children << ashift);
4054 VERIFY3U(write_size, <=, VDEV_BOOT_SIZE);
4055 VERIFY3U(write_size, <=, read_size);
4090 write_size, ZIO_TYPE_READ, ZIO_PRIORITY_ASYNC_READ,
4146 * Verify that we filled in everything we intended to (write_size on
4151 write_size);
4165 write_size, ZIO_TYPE_WRITE, ZIO_PRIORITY_ASYNC_WRITE,
4213 0, abds[i], write_size, ZIO_TYPE_WRIT
4301 uint64_t write_size = logical_size / raidvd->vdev_children; local
[all...]
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dfs.h400 ssize_t simple_attr_write(struct file *filp, const char *buf, size_t write_size, loff_t *ppos);
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp1541 const size_t write_size = variable
1544 if (write_size != buffer_size) {
/freebsd-current/sys/contrib/openzfs/cmd/
H A Dztest.c3948 uint64_t write_size, logical_size, offset; local
3981 write_size = P2ALIGN(VDEV_BOOT_SIZE, 1 << raidvd->vdev_ashift);
3982 logical_size = write_size * raidvd->vdev_children;
/freebsd-current/sys/dev/bnxt/
H A Dhsi_struct_def.h60565 uint16_t write_size; member in struct:hwrm_dbg_i2c_cmd_input
[all...]

Completed in 628 milliseconds