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

/freebsd-current/usr.sbin/ctld/
H A Dctld.h179 int64_t l_size; member in struct:lun
H A Dkernel.c685 if (lun->l_size != 0)
686 req.reqdata.create.lun_size_bytes = lun->l_size;
789 req.reqdata.modify.lun_size_bytes = lun->l_size;
H A Dparse.y1119 if (lun->l_size != 0) {
H A Dctld.c1576 lun->l_size = value;
1760 if (lun->l_size == 0) {
1782 if (lun->l_size != 0 && lun->l_size % lun->l_blocksize != 0) {

Completed in 167 milliseconds