Searched refs:l_blocksize (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/usr.sbin/ctld/
H A Dctld.c1477 lun->l_blocksize = value;
1682 if (lun->l_blocksize == 0) {
1687 } else if (lun->l_blocksize < 0) {
1692 if (lun->l_size != 0 && lun->l_size % lun->l_blocksize != 0) {
1952 if (oldlun->l_blocksize != newlun->l_blocksize) {
H A Dctld.h173 int l_blocksize; member in struct:lun
H A Dparse.y921 if (lun->l_blocksize != 0) {
H A Dkernel.c634 lun_set_size(cl, lun->size_blocks * cl->l_blocksize);
678 req.reqdata.create.blocksize_bytes = lun->l_blocksize;

Completed in 164 milliseconds