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

/freebsd-current/usr.sbin/ctld/
H A Dctld.h174 int l_blocksize; member in struct:lun
H A Dctld.c1534 lun->l_blocksize = value;
1772 if (lun->l_blocksize == 0) {
1777 } else if (lun->l_blocksize < 0) {
1782 if (lun->l_size != 0 && lun->l_size % lun->l_blocksize != 0) {
2042 if (oldlun->l_blocksize != newlun->l_blocksize) {
H A Dparse.y1000 if (lun->l_blocksize != 0) {
H A Dkernel.c650 lun_set_size(cl, lun->size_blocks * cl->l_blocksize);
683 req.reqdata.create.blocksize_bytes = lun->l_blocksize;

Completed in 135 milliseconds