Searched refs:ablock (Results 1 – 2 of 2) sorted by relevance
340 u16 dblock, ablock; in hfs_get_block() local345 ablock = (u32)block / HFS_SB(sb)->fs_div; in hfs_get_block()352 if (ablock >= HFS_I(inode)->alloc_blocks) { in hfs_get_block()360 if (ablock < HFS_I(inode)->first_blocks) { in hfs_get_block()361 dblock = hfs_ext_find_block(HFS_I(inode)->first_extents, ablock); in hfs_get_block()366 res = hfs_ext_read_extent(inode, ablock); in hfs_get_block()369 ablock - HFS_I(inode)->cached_start); in hfs_get_block()
232 u32 ablock, dblock, mask; in hfsplus_get_block() local237 ablock = iblock >> sbi->fs_shift; in hfsplus_get_block()244 if (ablock >= hip->alloc_blocks) { in hfsplus_get_block()252 if (ablock < hip->first_blocks) { in hfsplus_get_block()253 dblock = hfsplus_ext_find_block(hip->first_extents, ablock); in hfsplus_get_block()268 res = hfsplus_ext_read_extent(inode, ablock); in hfsplus_get_block()274 ablock - hip->cached_start); in hfsplus_get_block()