Lines Matching refs:size_bytes
170 uint64_t size_bytes; member
818 off = be_lun->size_bytes; in ctl_be_block_gls_file()
1059 off = be_lun->size_bytes; in ctl_be_block_gls_zvol()
1074 off = be_lun->size_bytes; in ctl_be_block_gls_zvol()
1921 be_lun->size_bytes = params->lun_size_bytes; in ctl_be_block_open_file()
1923 be_lun->size_bytes = vattr.va_size; in ctl_be_block_open_file()
1937 be_lun->size_blocks = be_lun->size_bytes / cbe_lun->blocksize; in ctl_be_block_open_file()
1976 if (be_lun->size_bytes < cbe_lun->blocksize) { in ctl_be_block_open_file()
1980 (uintmax_t)be_lun->size_bytes, cbe_lun->blocksize); in ctl_be_block_open_file()
2090 be_lun->size_bytes = params->lun_size_bytes; in ctl_be_block_open_dev()
2092 be_lun->size_bytes = otmp; in ctl_be_block_open_dev()
2093 be_lun->size_blocks = be_lun->size_bytes / cbe_lun->blocksize; in ctl_be_block_open_dev()
2337 be_lun->size_bytes = params->lun_size_bytes; in ctl_be_block_create()
2344 be_lun->size_blocks = be_lun->size_bytes / cbe_lun->blocksize; in ctl_be_block_create()
2382 params->lun_size_bytes = be_lun->size_bytes; in ctl_be_block_create()
2662 params->lun_size_bytes = be_lun->size_bytes; in ctl_be_block_modify()