Home
last modified time | relevance | path

Searched refs:radix_list (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/fs/btrfs/
H A Dsend.c255 * more then one inum would fall into the same entry, we use radix_list
256 * to store the additional entries. radix_list is also used to store
260 struct list_head radix_list; member
2020 * takes care of this with the help of name_cache_entry::radix_list.
2046 list_add_tail(&nce->radix_list, nce_head); in name_cache_insert()
2066 list_del(&nce->radix_list); in name_cache_delete()
2089 list_for_each_entry(cur, nce_head, radix_list) { in name_cache_search()

Completed in 9 milliseconds