Lines Matching refs:lbcount
91 loff_t *lbcount, struct extent_position *pos) in udf_read_extent_cache() argument
100 *lbcount = iinfo->cached_extent.lstart; in udf_read_extent_cache()
665 loff_t lbcount = 0, b_off = 0; in inode_getblk() local
697 lbcount += elen; in inode_getblk()
720 } while (lbcount + elen <= b_off); in inode_getblk()
722 b_off -= lbcount; in inode_getblk()
2250 loff_t lbcount = 0, bcount = in inode_bmap() local
2256 if (!udf_read_extent_cache(inode, bcount, &lbcount, pos)) { in inode_bmap()
2265 *offset = (bcount - lbcount) >> blocksize_bits; in inode_bmap()
2266 iinfo->i_lenExtents = lbcount; in inode_bmap()
2269 lbcount += *elen; in inode_bmap()
2270 } while (lbcount <= bcount); in inode_bmap()
2272 udf_update_extent_cache(inode, lbcount - *elen, pos, 1); in inode_bmap()
2273 *offset = (bcount + *elen - lbcount) >> blocksize_bits; in inode_bmap()