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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/udf/
H A Dballoc.c364 struct extent_position oepos, epos; local
385 epos.offset = oepos.offset = sizeof(struct unallocSpaceEntry);
387 epos.block = oepos.block = iinfo->i_location;
388 epos.bh = oepos.bh = NULL;
409 udf_write_aext(table, &oepos, &eloc, elen, 1);
428 udf_write_aext(table, &oepos, &eloc, elen, 1);
431 if (epos.bh != oepos.bh) {
433 oepos.block = epos.block;
434 brelse(oepos.bh);
436 oepos
[all...]
H A Dinode.c1932 struct extent_position oepos; local
1951 oepos = epos;
1956 udf_write_aext(inode, &oepos, &eloc, (etype << 30) | elen, 1);
1957 if (oepos.bh != epos.bh) {
1958 oepos.block = epos.block;
1959 brelse(oepos.bh);
1961 oepos.bh = epos.bh;
1962 oepos.offset = epos.offset - adsize;
1968 if (epos.bh != oepos.bh) {
1970 udf_write_aext(inode, &oepos,
[all...]

Completed in 70 milliseconds