Lines Matching refs:lad
556 struct long_ad *lad; in ud_iget() local
558 lad = &ie->ie_indirecticb; in ud_iget()
559 ip->i_icb_prn = SWAP_16(lad->lad_ext_prn); in ud_iget()
560 ip->i_icb_block = SWAP_32(lad->lad_ext_loc); in ud_iget()
789 struct long_ad *lad; in ud_iget() local
807 lad = (struct long_ad *) in ud_iget()
811 length = SWAP_32(lad->lad_ext_len); in ud_iget()
826 con->ib_prn = SWAP_16(lad->lad_ext_prn); in ud_iget()
827 con->ib_block = SWAP_32(lad->lad_ext_loc); in ud_iget()
831 lad ++; in ud_iget()
834 iext->ib_prn = SWAP_16(lad->lad_ext_prn); in ud_iget()
835 iext->ib_block = SWAP_32(lad->lad_ext_loc); in ud_iget()
847 lad ++; in ud_iget()
1319 struct long_ad *lad; in ud_updat_ext4() local
1334 lad = (struct long_ad *) in ud_updat_ext4()
1348 ud_make_lad(ip->i_ext, lad, ip->i_ext_used); in ud_updat_ext4()
1428 lad = (struct long_ad *) in ud_updat_ext4()
1432 ud_make_lad(iext, lad, count); in ud_updat_ext4()
1433 lad += count; in ud_updat_ext4()
1435 ud_make_lad(icon, lad, 1); in ud_updat_ext4()
1526 ud_make_lad(struct icb_ext *iext, struct long_ad *lad, int32_t count) in ud_make_lad() argument
1531 ASSERT(lad); in ud_make_lad()
1537 lad->lad_ext_prn = SWAP_16(iext->ib_prn); in ud_make_lad()
1540 lad->lad_ext_len = SWAP_32(scount); in ud_make_lad()
1541 lad->lad_ext_loc = SWAP_32(iext->ib_block); in ud_make_lad()
1542 lad++; in ud_make_lad()