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

/illumos-gate/usr/src/cmd/hal/probing/volume/
H A Dprobe-volume.c133 int ptbl_lbn, ptbl_size; local
163 ptbl_lbn = ISO_PTBL_MAN_LS (buf);
165 ptbl_lbn = ISO_PTBL_MAN_MS (buf);
171 readoff = probe_offset + ptbl_lbn * secsz;
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_node.h145 uint_t ptbl_lbn; /* logical block no of Path Table */ member in struct:hs_volume
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vfsops.c1097 hvp->ptbl_lbn = HSV_PTBL_MAN_LS(volp);
1099 hvp->ptbl_lbn = HSV_PTBL_MAN_MS(volp);
1314 hvp->ptbl_lbn = ISO_PTBL_MAN_LS(volp);
1316 hvp->ptbl_lbn = ISO_PTBL_MAN_MS(volp);

Completed in 64 milliseconds