Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/lvm/md/
H A Dmd_mddb.c629 for (dep = dbp->db_firstentry; dep != 0; dep = dep->de_next) in computefreeblks()
710 for (dep = dbp->db_firstentry; dep != 0; dep = dep->de_next) in computefreeblks()
1760 if ((dbp->db_firstentry != NULL) && (db32p->db32_firstentry == 0)) in create_db32rec()
1764 for (dep = dbp->db_firstentry; dep; dep = dep->de_next) { in create_db32rec()
2062 if (dbp->db_firstentry) { in readcopy()
2075 dbp->db_firstentry = dep; in readcopy()
2097 for (dep = dbp->db_firstentry; dep != NULL; dep = dep->de_next) in readcopy()
2109 dep = dbp->db_firstentry; in readcopy()
2130 for (dep = dbp->db_firstentry; dep; dep = dep->de_next) { in readcopy()
2153 dep = dbp->db_firstentry; in readcopy()
[all …]
/titanic_41/usr/src/uts/common/sys/lvm/
H A Dmd_mddb.h627 mddb_de_ic_t *db_firstentry; member
629 mddb_de_t *db_firstentry; member
715 to->db_firstentry = (mddb_de_ic_t *)(uintptr_t)from->db32_firstentry;
726 to->db32_firstentry = (uint32_t)(uintptr_t)from->db_firstentry;
/titanic_41/usr/src/lib/lvm/libmeta/common/
H A Dmeta_statconcise.c1774 if (dbp->db_firstentry != NULL) { in read_all_mdrecords()
1776 dep = (mddb_de_t *)((caddr_t)(&dbp->db_firstentry) in read_all_mdrecords()
1777 + sizeof (dbp->db_firstentry)); in read_all_mdrecords()
1778 dbp->db_firstentry = dep; in read_all_mdrecords()
1795 for (dep = dbp->db_firstentry; dep != NULL; in read_all_mdrecords()
H A Dmeta_import.c1476 if (dbp->db_firstentry != NULL) { in meta_nm_rec()
1478 dep = (mddb_de_t *)((caddr_t)(&dbp->db_firstentry) in meta_nm_rec()
1479 + sizeof (dbp->db_firstentry)); in meta_nm_rec()
1480 dbp->db_firstentry = dep; in meta_nm_rec()
1491 for (dep = dbp->db_firstentry; dep != NULL; dep = dep->de_next) { in meta_nm_rec()