Home
last modified time | relevance | path

Searched refs:lbcount (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/fs/udf/
H A Dtruncate.c68 uint64_t lbcount = 0; in udf_truncate_tail_extent() local
94 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()
129 uint64_t lbcount = 0; in udf_discard_prealloc() local
157 lbcount += elen; in udf_discard_prealloc()
161 lbcount -= elen; in udf_discard_prealloc()
168 iinfo->i_lenExtents = lbcount; in udf_discard_prealloc()
H A Dinode.c92 loff_t *lbcount, struct extent_position *pos) in udf_read_extent_cache() argument
101 *lbcount = iinfo->cached_extent.lstart; in udf_read_extent_cache()
725 loff_t lbcount = 0, b_off = 0; in inode_getblk() local
756 lbcount += elen; in inode_getblk()
783 } while (lbcount + elen <= b_off); in inode_getblk()
785 b_off -= lbcount; in inode_getblk()
2439 *offset = (bcount - lbcount) >> blocksize_bits; in inode_bmap()
2440 iinfo->i_lenExtents = lbcount; in inode_bmap()
2444 lbcount += *elen; in inode_bmap()
2445 } while (lbcount <= bcount); in inode_bmap()
[all …]