Home
last modified time | relevance | path

Searched refs:xfs_dir_leaf_split (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/fs/xfs/
Dxfs_dir_leaf.h212 int xfs_dir_leaf_split(struct xfs_da_state *state,
Dxfs_da_btree.c221 error = xfs_dir_leaf_split(state, oldblk, newblk); in xfs_da_split()
235 error = xfs_dir_leaf_split(state, oldblk, in xfs_da_split()
242 error = xfs_dir_leaf_split(state, newblk, in xfs_da_split()
Dxfs_dir_leaf.c819 xfs_dir_leaf_split(xfs_da_state_t *state, xfs_da_state_blk_t *oldblk, in xfs_dir_leaf_split() function