Home
last modified time | relevance | path

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

/linux-4.19.296/fs/udf/
Dinode.c686 struct extent_position prev_epos, cur_epos, next_epos; in inode_getblk() local
705 cur_epos = next_epos = prev_epos; in inode_getblk()
712 if (prev_epos.bh != cur_epos.bh) { in inode_getblk()
714 get_bh(cur_epos.bh); in inode_getblk()
715 prev_epos.bh = cur_epos.bh; in inode_getblk()
717 if (cur_epos.bh != next_epos.bh) { in inode_getblk()
718 brelse(cur_epos.bh); in inode_getblk()
720 cur_epos.bh = next_epos.bh; in inode_getblk()
725 prev_epos.block = cur_epos.block; in inode_getblk()
726 cur_epos.block = next_epos.block; in inode_getblk()
[all …]