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

/linux-4.1.27/fs/xfs/libxfs/
H A Dxfs_da_btree.c68 STATIC void xfs_da3_node_add(xfs_da_state_t *state,
690 * xfs_da3_node_add() inserts BEFORE the given index, xfs_da3_node_split()
702 xfs_da3_node_add(state, oldblk, addblk); xfs_da3_node_split()
706 xfs_da3_node_add(state, oldblk, &state->extrablk); xfs_da3_node_split()
711 xfs_da3_node_add(state, newblk, addblk); xfs_da3_node_split()
715 xfs_da3_node_add(state, newblk, &state->extrablk); xfs_da3_node_split()
873 xfs_da3_node_add( xfs_da3_node_add() function

Completed in 51 milliseconds