Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/udf/
H A Dinode.c692 struct extent_position prev_epos, cur_epos, next_epos; in inode_getblk() local
711 cur_epos = next_epos = prev_epos; in inode_getblk()
718 if (prev_epos.bh != cur_epos.bh) { in inode_getblk()
720 get_bh(cur_epos.bh); in inode_getblk()
721 prev_epos.bh = cur_epos.bh; in inode_getblk()
723 if (cur_epos.bh != next_epos.bh) { in inode_getblk()
724 brelse(cur_epos.bh); in inode_getblk()
726 cur_epos.bh = next_epos.bh; in inode_getblk()
731 prev_epos.block = cur_epos.block; in inode_getblk()
732 cur_epos in inode_getblk()
[all...]
/kernel/linux/linux-6.6/fs/udf/
H A Dinode.c708 struct extent_position prev_epos, cur_epos, next_epos; in inode_getblk() local
726 cur_epos = next_epos = prev_epos; in inode_getblk()
733 if (prev_epos.bh != cur_epos.bh) { in inode_getblk()
735 get_bh(cur_epos.bh); in inode_getblk()
736 prev_epos.bh = cur_epos.bh; in inode_getblk()
738 if (cur_epos.bh != next_epos.bh) { in inode_getblk()
739 brelse(cur_epos.bh); in inode_getblk()
741 cur_epos.bh = next_epos.bh; in inode_getblk()
746 prev_epos.block = cur_epos.block; in inode_getblk()
747 cur_epos in inode_getblk()
[all...]

Completed in 4 milliseconds