Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/lvm/md/
H A Dmd_mddb.c1231 getphysblk( in getphysblk() function
1344 blk = getphysblk(blka[0], mbip); in wrtblklst()
1350 blk1 = getphysblk(blka[cons], mbip); in wrtblklst()
1384 blk = getphysblk(blka[0], mbip); in wrtblklst()
1446 physblk = getphysblk(blk, s->s_mbiarray[li]); in writeblks()
1617 blk = getphysblk(blka[0], mbip); in readblklst()
1623 blk1 = getphysblk(blka[cons], mbip); in readblklst()
1636 blk = getphysblk(blka[0], mbip); in readblklst()
1675 physblk = getphysblk(blk, s->s_mbiarray[li]); in readblks()
3472 physblk = getphysblk((blk + lbp->lb_dtfirstblk), rip->ri_mbip); in dt_read()
[all …]
/titanic_41/usr/src/lib/lvm/libmeta/common/
H A Dmeta_import.c96 getphysblk( in getphysblk() function
1326 if ((pblk = getphysblk(blk, mbp)) < 0) in phys_read()
1560 if ((pblk = getphysblk(dep->de_blks[cnt], mbp)) < 0) { in read_nm_rec()
H A Dmeta_statconcise.c1570 if ((pblk = getphysblk(dep->de_blks[cnt], mbp)) < 0) { in read_mdrecord()
/titanic_41/usr/src/head/
H A Dmeta.h1873 extern daddr_t getphysblk(mddb_block_t, mddb_mb_t *);