Searched refs:lbcount (Results 1 – 2 of 2) sorted by relevance
68 uint64_t lbcount = 0; in udf_truncate_tail_extent() local90 lbcount += elen; in udf_truncate_tail_extent()91 if (lbcount > inode->i_size) { in udf_truncate_tail_extent()92 if (lbcount - inode->i_size >= inode->i_sb->s_blocksize) in udf_truncate_tail_extent()97 (long long)lbcount, in udf_truncate_tail_extent()100 nelen = elen - (lbcount - inode->i_size); in udf_truncate_tail_extent()123 uint64_t lbcount = 0; in udf_discard_prealloc() local142 lbcount += elen; in udf_discard_prealloc()145 lbcount -= elen; in udf_discard_prealloc()152 iinfo->i_lenExtents = lbcount; in udf_discard_prealloc()
92 loff_t *lbcount, struct extent_position *pos) in udf_read_extent_cache() argument101 *lbcount = iinfo->cached_extent.lstart; in udf_read_extent_cache()713 loff_t lbcount = 0, b_off = 0; in inode_getblk() local744 lbcount += elen; in inode_getblk()767 } while (lbcount + elen <= b_off); in inode_getblk()769 b_off -= lbcount; in inode_getblk()2361 loff_t lbcount = 0, bcount = (loff_t) block << blocksize_bits; in inode_bmap() local2366 if (!udf_read_extent_cache(inode, bcount, &lbcount, pos)) { in inode_bmap()2375 *offset = (bcount - lbcount) >> blocksize_bits; in inode_bmap()2376 iinfo->i_lenExtents = lbcount; in inode_bmap()[all …]