Searched refs:lbcount (Results 1 – 1 of 1) sorted by relevance
92 loff_t *lbcount, struct extent_position *pos) in udf_read_extent_cache() argument101 *lbcount = iinfo->cached_extent.lstart; in udf_read_extent_cache()731 loff_t lbcount = 0, b_off = 0; in inode_getblk() local762 lbcount += elen; in inode_getblk()789 } while (lbcount + elen <= b_off); in inode_getblk()791 b_off -= lbcount; in inode_getblk()2432 loff_t lbcount = 0, bcount = (loff_t) block << blocksize_bits; in inode_bmap() local2437 if (!udf_read_extent_cache(inode, bcount, &lbcount, pos)) { in inode_bmap()2447 *offset = (bcount - lbcount) >> blocksize_bits; in inode_bmap()2448 iinfo->i_lenExtents = lbcount; in inode_bmap()[all …]