Lines Matching refs:action
387 int action = 0; in xfs_da3_split() local
454 max - i, &action); in xfs_da3_split()
461 if (action) in xfs_da3_split()
974 int action = 0; in xfs_da3_join() local
999 error = xfs_attr3_leaf_toosmall(state, &action); in xfs_da3_join()
1002 if (action == 0) in xfs_da3_join()
1007 error = xfs_dir2_leafn_toosmall(state, &action); in xfs_da3_join()
1010 if (action == 0) in xfs_da3_join()
1021 error = xfs_da3_node_toosmall(state, &action); in xfs_da3_join()
1024 if (action == 0) in xfs_da3_join()
1152 int *action) in xfs_da3_node_toosmall() argument
1179 *action = 0; /* blk over 50%, don't try to join */ in xfs_da3_node_toosmall()
1201 *action = 0; in xfs_da3_node_toosmall()
1203 *action = 2; in xfs_da3_node_toosmall()
1242 *action = 0; in xfs_da3_node_toosmall()
1261 *action = 0; in xfs_da3_node_toosmall()
1264 *action = 1; in xfs_da3_node_toosmall()