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

/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmd_names.h53 mddb_recid_t r_next_recid; /* record id of next record */ member in struct:nm_rec_hdr
62 mddb_recid_t r_next_recid; /* record id of next record */ member in struct:nm_rec_hdr
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_names.c295 recids[0] = rh->r_next_recid = new_id;
301 new_nh->nmn_record = mddb_getrecaddr(rh->r_next_recid);
362 old_id = parent_rh->r_next_recid;
363 parent_rh->r_next_recid = new_id;
488 this_recid = rh->r_next_recid;
829 mddb_recid_t recid = rh->r_next_recid;
878 recid = this_rh->r_next_recid;
903 mddb_recid_t recid = rh->r_next_recid;
950 recid = this_rh->r_next_recid;
978 mddb_recid_t recid = rh->r_next_recid;
[all...]
H A Dmd_mddb.c12411 if (hdr->r_next_recid > 0) {
12412 hdr->r_next_recid = MAKERECID(setno,
12413 DBID(hdr->r_next_recid));
12417 if (hdr->r_next_recid > 0) {
12418 hdr->r_next_recid = MAKERECID(setno,
12419 DBID(hdr->r_next_recid));
12431 if (hdr->r_next_recid > 0) {
12432 hdr->r_next_recid = MAKERECID
12433 (setno, DBID(hdr->r_next_recid));
/illumos-gate/usr/src/cmd/mdb/common/modules/md/
H A Ddumpnamespace.c219 mdb_printf("r_next_recid: %4x\n", rhdr.r_next_recid);
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_import.c1542 * with r_next_recid.
2695 * mentioned above, in which r_next_recid links to another
2703 if (nmp->r_rec_hdr.r_next_recid != (mddb_recid_t)0) {
2717 if (snmp->sr_rec_hdr.r_next_recid != (mddb_recid_t)0) {
2732 if (did_nmp->min_rec_hdr.r_next_recid != (mddb_recid_t)0) {
2747 if (did_shrnmp->did_rec_hdr.r_next_recid != (mddb_recid_t)0) {

Completed in 935 milliseconds