Lines Matching refs:sad
727 struct short_ad *sad; in ud_iget() local
744 sad = (struct short_ad *) in ud_iget()
748 length = SWAP_32(sad->sad_ext_len); in ud_iget()
764 con->ib_block = SWAP_32(sad->sad_ext_loc); in ud_iget()
768 sad ++; in ud_iget()
772 iext->ib_block = SWAP_32(sad->sad_ext_loc); in ud_iget()
773 length = SWAP_32(sad->sad_ext_len); in ud_iget()
785 sad ++; in ud_iget()
1318 struct short_ad *sad; in ud_updat_ext4() local
1330 sad = (struct short_ad *) in ud_updat_ext4()
1346 ud_make_sad(ip->i_ext, sad, ip->i_ext_used); in ud_updat_ext4()
1417 sad = (struct short_ad *) in ud_updat_ext4()
1421 ud_make_sad(iext, sad, count); in ud_updat_ext4()
1422 sad += count; in ud_updat_ext4()
1424 ud_make_sad(icon, sad, 1); in ud_updat_ext4()
1504 ud_make_sad(struct icb_ext *iext, struct short_ad *sad, int32_t count) in ud_make_sad() argument
1509 ASSERT(sad); in ud_make_sad()
1516 sad->sad_ext_len = SWAP_32(scount); in ud_make_sad()
1517 sad->sad_ext_loc = SWAP_32(iext->ib_block); in ud_make_sad()
1518 sad++; in ud_make_sad()