Lines Matching refs:action
491 int action = 0; in xfs_da3_split() local
561 max - i, &action); in xfs_da3_split()
568 if (action) in xfs_da3_split()
1079 int action = 0; in xfs_da3_join() local
1104 error = xfs_attr3_leaf_toosmall(state, &action); in xfs_da3_join()
1107 if (action == 0) in xfs_da3_join()
1112 error = xfs_dir2_leafn_toosmall(state, &action); in xfs_da3_join()
1115 if (action == 0) in xfs_da3_join()
1126 error = xfs_da3_node_toosmall(state, &action); in xfs_da3_join()
1129 if (action == 0) in xfs_da3_join()
1254 int *action) in xfs_da3_node_toosmall() argument
1281 *action = 0; /* blk over 50%, don't try to join */ in xfs_da3_node_toosmall()
1303 *action = 0; in xfs_da3_node_toosmall()
1305 *action = 2; in xfs_da3_node_toosmall()
1344 *action = 0; in xfs_da3_node_toosmall()
1363 *action = 0; in xfs_da3_node_toosmall()
1366 *action = 1; in xfs_da3_node_toosmall()