Searched refs:current_head (Results 1 – 3 of 3) sorted by relevance
662 struct hlist_head *current_head; in add_relocation_to_accumulate() local677 current_head = &relocation_hashtable[hash]; in add_relocation_to_accumulate()686 hlist_for_each_entry(rel_head_iter, current_head, node) { in add_relocation_to_accumulate()710 if (!current_head->first) { in add_relocation_to_accumulate()721 bucket->bucket = current_head; in add_relocation_to_accumulate()724 hlist_add_head(&rel_head->node, current_head); in add_relocation_to_accumulate()
1415 xfs_agino_t current_head;1422 current_head = ragi->iunlink_heads[bucket]; in xrep_iunlink_add_to_bucket() 1425 current_head); in xrep_iunlink_add_to_bucket() 1427 error = xrep_iunlink_store_next(ragi, agino, current_head); in xrep_iunlink_add_to_bucket() 1432 if (current_head != NULLAGINO) { in xrep_iunlink_add_to_bucket() 1433 error = xrep_iunlink_store_prev(ragi, current_head, agino); in xrep_iunlink_add_to_bucket() 1421 xfs_agino_t current_head; xrep_iunlink_add_to_bucket() local