Lines Matching refs:list
223 struct list_head list;
251 struct list_head list;
1234 /* First check if the root is in the list of accepted clone sources */
2047 list_add_tail(&nce->list, &sctx->name_cache_list);
2067 list_del(&nce->list);
2097 * Removes the entry from the list and adds it back to the end. This marks the
2102 list_del(&nce->list);
2103 list_add_tail(&nce->list, &sctx->name_cache_list);
2118 struct name_cache_entry, list);
2130 struct name_cache_entry, list);
2766 struct list_head list;
2798 list_add_tail(&ref->list, head);
2802 static int dup_ref(struct recorded_ref *ref, struct list_head *list)
2813 INIT_LIST_HEAD(&new->list);
2814 list_add_tail(&new->list, list);
2823 cur = list_entry(head->next, struct recorded_ref, list);
2825 list_del(&cur->list);
3119 INIT_LIST_HEAD(&pm->list);
3136 list_for_each_entry(cur, deleted_refs, list) {
3141 list_for_each_entry(cur, new_refs, list) {
3152 list_add_tail(&pm->list, &entry->list);
3342 list_for_each_entry(cur, &pm->update_refs, list) {
3371 if (!list_empty(&m->list))
3372 list_del(&m->list);
3383 if (list_empty(&moves->list)) {
3384 list_add_tail(&moves->list, stack);
3386 LIST_HEAD(list);
3387 list_splice_init(&moves->list, &list);
3388 list_add_tail(&moves->list, stack);
3389 list_splice_tail(&list, stack);
3412 pm = list_first_entry(&stack, struct pending_dir_move, list);
3426 pm = list_first_entry(&stack, struct pending_dir_move, list);
3993 list_for_each_entry(cur, &sctx->new_refs, list) {
4102 list_for_each_entry(cur, &sctx->new_refs, list) {
4119 list_for_each_entry(cur2, &sctx->new_refs, list) {
4238 list_for_each_entry(cur, &sctx->deleted_refs, list) {
4249 list);
4259 list_for_each_entry(cur, &sctx->deleted_refs, list) {
4307 list_for_each_entry(cur, &check_dirs, list) {
4696 * acls will fail later. To fix this, we send a dummy acl list that
6293 ref = list_first_entry(&deleted_refs, struct recorded_ref, list);
6298 list_del(&ref->list);
7475 while (!list_empty(&pm->list)) {
7478 pm2 = list_first_entry(&pm->list,
7479 struct pending_dir_move, list);