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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_dir2_node.c390 * If this is an addname then the extrablk in state is a freespace block,
434 curbp = state->extrablk.bp;
441 curfdb = curbp ? state->extrablk.blkno : -1;
452 curdb = curbp ? state->extrablk.blkno : -1;
535 state->extrablk.bp = curbp;
536 state->extrablk.blkno = curfdb;
537 state->extrablk.index = fi;
538 state->extrablk.magic =
586 state->extrablk.bp = curbp;
587 state->extrablk
[all...]
H A Dxfs_da_btree.h190 unsigned char extravalid; /* T/F: extrablk is in use */
191 unsigned char extraafter; /* T/F: extrablk is after new */
192 xfs_da_state_blk_t extrablk; /* for double-splits on leafs */ member in struct:xfs_da_state
193 /* for dirv2 extrablk is data */
H A Dxfs_da_btree.c189 &state->extrablk);
193 &state->extrablk);
263 bp = state->extrablk.bp;
277 bp = state->extrablk.bp;
444 xfs_da_node_add(state, oldblk, &state->extrablk);
453 xfs_da_node_add(state, newblk, &state->extrablk);
2212 if (state->extravalid && state->extrablk.bp)
2213 xfs_da_buf_done(state->extrablk.bp);

Completed in 63 milliseconds