Searched refs:lbcount (Results 1 – 2 of 2) sorted by relevance
72 uint64_t lbcount = 0; in udf_truncate_tail_extent() local94 lbcount += elen; in udf_truncate_tail_extent()95 if (lbcount > inode->i_size) { in udf_truncate_tail_extent()96 if (lbcount - inode->i_size >= inode->i_sb->s_blocksize) in udf_truncate_tail_extent()101 (long long)lbcount, in udf_truncate_tail_extent()104 nelen = elen - (lbcount - inode->i_size); in udf_truncate_tail_extent()126 uint64_t lbcount = 0; in udf_discard_prealloc() local147 lbcount += elen; in udf_discard_prealloc()151 lbcount -= elen; in udf_discard_prealloc()175 iinfo->i_lenExtents = lbcount; in udf_discard_prealloc()
93 loff_t *lbcount, struct extent_position *pos) in udf_read_extent_cache() argument102 *lbcount = iinfo->cached_extent.lstart; in udf_read_extent_cache()700 loff_t lbcount = 0, b_off = 0; in inode_getblk() local732 lbcount += elen; in inode_getblk()755 } while (lbcount + elen <= b_off); in inode_getblk()757 b_off -= lbcount; in inode_getblk()2351 *offset = (bcount - lbcount) >> blocksize_bits; in inode_bmap()2352 iinfo->i_lenExtents = lbcount; in inode_bmap()2355 lbcount += *elen; in inode_bmap()2356 } while (lbcount <= bcount); in inode_bmap()[all …]
Completed in 10 milliseconds