Lines Matching defs:head
207 return "unknown journal head";
748 int head = 0;
758 head = 1;
761 if (!head)
818 pr_err("\tLPT head is at %d:%d\n",
2315 * @head: the list of nodes ('struct ubifs_scan_node' objects)
2320 int dbg_check_data_nodes_order(struct ubifs_info *c, struct list_head *head)
2328 for (cur = head->next; cur->next != head; cur = cur->next) {
2382 * @head: the list of nodes ('struct ubifs_scan_node' objects)
2387 int dbg_check_nondata_nodes_order(struct ubifs_info *c, struct list_head *head)
2395 for (cur = head->next; cur->next != head; cur = cur->next) {
2541 ubifs_warn(c, "failing in index head LEB %d", lnum);
2545 ubifs_warn(c, "failing in GC head LEB %d", lnum);