Lines Matching defs:chain
92 u16 chain, num_bits, backups = 0;
137 chain = le16_to_cpu(group->bg_chain);
138 cr = (&cl->cl_recs[chain]);
386 if (le16_to_cpu(gd->bg_chain) != input->chain)
387 mlog(ML_ERROR, "Group descriptor # %llu has bad chain %u "
390 le16_to_cpu(gd->bg_chain), input->chain);
423 else if (input->chain >= cl_count)
424 mlog(ML_ERROR, "input chain exceeds the limit.\n");
425 else if (next_free != cl_count && next_free != input->chain)
427 "the add group should be in chain %u\n", next_free);
510 input->chain, input->clusters, input->frees);
521 cr = &cl->cl_recs[input->chain];
543 if (input->chain == le16_to_cpu(cl->cl_next_free_rec)) {