Lines Matching refs:ucpi
351 #define ubh_cg_blktot(ucpi,cylno) \
352 (*((__fs32*)ubh_get_addr(UCPI_UBH(ucpi), (ucpi)->c_btotoff + ((cylno) << 2))))
354 #define ubh_cg_blks(ucpi,cylno,rpos) \
355 (*((__fs16*)ubh_get_addr(UCPI_UBH(ucpi), \
356 (ucpi)->c_boff + (((cylno) * uspi->s_nrpos + (rpos)) << 1 ))))
454 struct ufs_cg_private_info *ucpi, unsigned int frag)
456 struct ufs_buffer_head *ubh = UCPI_UBH(ucpi);
457 u8 *p = ubh_get_addr(ubh, ucpi->c_freeoff + (frag >> 3));
477 struct ufs_cg_private_info *ucpi, unsigned int frag)
479 struct ufs_buffer_head *ubh = UCPI_UBH(ucpi);
480 u8 *p = ubh_get_addr(ubh, ucpi->c_freeoff + (frag >> 3));
499 struct ufs_cg_private_info *ucpi, unsigned int frag)
501 struct ufs_buffer_head *ubh = UCPI_UBH(ucpi);
502 u8 *p = ubh_get_addr(ubh, ucpi->c_freeoff + (frag >> 3));