Lines Matching full:physical
1124 * Sets the physical block for a logical file block in the extent tree.
1146 blk64_t logical, blk64_t physical, int flags)
1167 handle->ino, logical, physical, flags);
1184 if (physical) {
1186 newextent.e_pblk = physical;
1217 if (!physical) {
1270 /* check if already pointing to the requested physical */
1272 (extent.e_pblk + (logical - extent.e_lblk) == physical)) {
1274 printf("physical block (at %llu) unchanged\n", logical);
1284 (physical == extent.e_pblk + extent.e_len) &&
1290 (physical == extent.e_pblk - 1) &&
1299 (physical == next_extent.e_pblk - 1) &&
1325 if (physical) {
1342 if (physical) {
1345 (physical == (next_extent.e_pblk - 1)) &&
1382 if (physical) {
1386 (physical == (prev_extent.e_pblk +
1433 if (physical) {