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

/linux-4.1.27/fs/btrfs/
H A Dsend.c259 * more then one inum would fall into the same entry, we use radix_list
260 * to store the additional entries. radix_list is also used to store
264 struct list_head radix_list; member in struct:name_cache_entry
1961 * takes care of this with the help of name_cache_entry::radix_list.
1987 list_add_tail(&nce->radix_list, nce_head); name_cache_insert()
2007 list_del(&nce->radix_list); name_cache_delete()
2030 list_for_each_entry(cur, nce_head, radix_list) { list_for_each_entry()

Completed in 82 milliseconds