Searched refs:next_epos (Results 1 - 1 of 1) sorted by path

/linux-master/fs/udf/
H A Dinode.c708 struct extent_position prev_epos, cur_epos, next_epos; local
726 cur_epos = next_epos = prev_epos;
738 if (cur_epos.bh != next_epos.bh) {
740 get_bh(next_epos.bh);
741 cur_epos.bh = next_epos.bh;
747 cur_epos.block = next_epos.block;
750 cur_epos.offset = next_epos.offset;
752 etype = udf_next_aext(inode, &next_epos, &eloc, &elen, 1);
850 etype = udf_next_aext(inode, &next_epos, &eloc, &elen, 0);
921 brelse(next_epos
[all...]

Completed in 238 milliseconds