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

/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_metad_subr.c48 static md_set_record *setrecords = NULL; /* head of cache linked list */ variable
651 for (sr = setrecords; sr != NULL; sr = sr->sr_next) {
790 for (sr = setrecords; sr != NULL; sr = sr->sr_next) {
808 for (sr = setrecords; sr != NULL; sr = sr->sr_next) {
865 for (tsr = setrecords; tsr != NULL; tsr = tsr->sr_next)
1182 if (setrecords == NULL) {
1183 setrecords = sr;
1187 for (tsr = setrecords; tsr->sr_next != NULL; tsr = tsr->sr_next)
1200 for (sr = tsr = setrecords; sr != NULL; tsr = sr, sr = sr->sr_next) {
1203 if (sr == setrecords)
[all...]

Completed in 60 milliseconds