Home
last modified time | relevance | path

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

/linux/fs/udf/
H A Dinode.c740 loff_t lbcount = 0, b_off = 0; in inode_getblk() local
754 b_off = (loff_t)map->lblk << inode->i_sb->s_blocksize_bits; in inode_getblk()
798 } while (lbcount + elen <= b_off); in inode_getblk()
800 b_off -= lbcount; in inode_getblk()
801 offset = b_off >> inode->i_sb->s_blocksize_bits; in inode_getblk()