Lines Matching refs:lbcount
93 loff_t *lbcount, struct extent_position *pos) in udf_read_extent_cache() argument
102 *lbcount = iinfo->cached_extent.lstart; in udf_read_extent_cache()
697 loff_t lbcount = 0, b_off = 0; in inode_getblk() local
729 lbcount += elen; in inode_getblk()
752 } while (lbcount + elen <= b_off); in inode_getblk()
754 b_off -= lbcount; in inode_getblk()
2334 loff_t lbcount = 0, bcount = (loff_t) block << blocksize_bits; in inode_bmap() local
2339 if (!udf_read_extent_cache(inode, bcount, &lbcount, pos)) { in inode_bmap()
2348 *offset = (bcount - lbcount) >> blocksize_bits; in inode_bmap()
2349 iinfo->i_lenExtents = lbcount; in inode_bmap()
2352 lbcount += *elen; in inode_bmap()
2353 } while (lbcount <= bcount); in inode_bmap()
2355 udf_update_extent_cache(inode, lbcount - *elen, pos); in inode_bmap()
2356 *offset = (bcount + *elen - lbcount) >> blocksize_bits; in inode_bmap()