Lines Matching defs:action
491 int action = 0;
561 max - i, &action);
568 if (action)
1079 int action = 0;
1098 * (action == 0) => no options, just leave
1099 * (action == 1) => coalesce, then unlink
1100 * (action == 2) => block empty, unlink it
1104 error = xfs_attr3_leaf_toosmall(state, &action);
1107 if (action == 0)
1112 error = xfs_dir2_leafn_toosmall(state, &action);
1115 if (action == 0)
1126 error = xfs_da3_node_toosmall(state, &action);
1129 if (action == 0)
1254 int *action)
1281 *action = 0; /* blk over 50%, don't try to join */
1303 *action = 0;
1305 *action = 2;
1344 *action = 0;
1363 *action = 0;
1366 *action = 1;