Home
last modified time | relevance | path

Searched refs:rs_size (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/os/
H A Drefstr.c38 size_t size = sizeof (rsp->rs_size) + sizeof (rsp->rs_refcnt) + in refstr_alloc()
43 rsp->rs_size = (uint32_t)size; in refstr_alloc()
65 kmem_free(rsp, (size_t)rsp->rs_size); in refstr_rele()
/titanic_41/usr/src/uts/common/sys/
H A Drefstr_impl.h46 uint32_t rs_size; /* allocation size */ member
/titanic_41/usr/src/uts/common/sys/lvm/
H A Dmdio.h407 diskaddr_t rs_size; /* size of resync range */ member
/titanic_41/usr/src/uts/common/io/lvm/mirror/
H A Dmirror.c4801 p->rs_size - 1; in mirror_resync_message()
4805 p->rs_size - 1)) { in mirror_resync_message()
4812 p->rs_size - 1; in mirror_resync_message()
/titanic_41/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mn_handlers.c702 respar.rs_size = d->msg_resync_rsize; in mdmn_do_resync()