Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ctld/
H A Dconf.c488 if (lun->l_size != 0) { in lun_set_size()
494 lun->l_size = value; in lun_set_size()
H A Dkernel.c630 cl->l_size = lun->size_blocks * cl->l_blocksize; in conf_new_from_kernel()
682 if (lun->l_size != 0) in kernel_lun_add()
683 req.reqdata.create.lun_size_bytes = lun->l_size; in kernel_lun_add()
761 req.reqdata.modify.lun_size_bytes = lun->l_size; in kernel_lun_modify()
H A Dctld.h171 uint64_t l_size; member
H A Dctld.c1456 if (lun->l_size == 0) { in conf_verify_lun()
1478 if (lun->l_size != 0 && lun->l_size % lun->l_blocksize != 0) { in conf_verify_lun()