Searched refs:xfs_da_path_shift (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/fs/xfs/ |
D | xfs_da_btree.h | 294 int xfs_da_path_shift(xfs_da_state_t *state, xfs_da_state_path_t *path,
|
D | xfs_da_btree.c | 876 error = xfs_da_path_shift(state, &state->altpath, forward, in xfs_da_node_toosmall() 933 error = xfs_da_path_shift(state, &state->altpath, forward, in xfs_da_node_toosmall() 943 error = xfs_da_path_shift(state, &state->path, forward, in xfs_da_node_toosmall() 1261 error = xfs_da_path_shift(state, &state->path, 1, 1, in xfs_da_node_lookup_int() 1509 xfs_da_path_shift(xfs_da_state_t *state, xfs_da_state_path_t *path, in xfs_da_path_shift() function
|
D | xfs_dir2_node.c | 1187 error = xfs_da_path_shift(state, &state->altpath, forward, 0, in xfs_dir2_leafn_toosmall() 1250 error = xfs_da_path_shift(state, &state->altpath, forward, 0, in xfs_dir2_leafn_toosmall() 1253 error = xfs_da_path_shift(state, &state->path, forward, 0, in xfs_dir2_leafn_toosmall()
|
D | xfs_dir_leaf.c | 1371 error = xfs_da_path_shift(state, &state->altpath, forward, in xfs_dir_leaf_toosmall() 1433 error = xfs_da_path_shift(state, &state->altpath, forward, in xfs_dir_leaf_toosmall() 1436 error = xfs_da_path_shift(state, &state->path, forward, in xfs_dir_leaf_toosmall()
|
D | xfs_attr_leaf.c | 1461 error = xfs_da_path_shift(state, &state->altpath, forward, in xfs_attr_leaf_toosmall() 1522 error = xfs_da_path_shift(state, &state->altpath, forward, in xfs_attr_leaf_toosmall() 1525 error = xfs_da_path_shift(state, &state->path, forward, in xfs_attr_leaf_toosmall()
|