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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/udf/
H A Dinode.c472 struct extent_position prev_epos, cur_epos, next_epos; local
488 cur_epos = next_epos = prev_epos;
500 if (cur_epos.bh != next_epos.bh) {
502 get_bh(next_epos.bh);
503 cur_epos.bh = next_epos.bh;
509 cur_epos.block = next_epos.block;
512 cur_epos.offset = next_epos.offset;
514 etype = udf_next_aext(inode, &next_epos, &eloc, &elen, 1);
552 brelse(next_epos.bh);
581 brelse(next_epos
[all...]

Completed in 52 milliseconds