Home
last modified time | relevance | path

Searched refs:dispose_list (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/
H A Dinode.c730 static void dispose_list(struct list_head *head) in dispose_list() function
786 dispose_list(&dispose); in evict_inodes()
792 dispose_list(&dispose); in evict_inodes()
827 dispose_list(&dispose); in invalidate_inodes()
833 dispose_list(&dispose); in invalidate_inodes()
927 dispose_list(&freeable); in prune_icache_sb()
/openbmc/linux/fs/smb/client/
H A Dconnect.c1016 struct list_head dispose_list; in clean_demultiplex_info()
1020 INIT_LIST_HEAD(&dispose_list); in clean_demultiplex_info()
1027 list_move(&mid_entry->qhead, &dispose_list); in clean_demultiplex_info()
1033 list_for_each_safe(tmp, tmp2, &dispose_list) { in clean_demultiplex_info()
1012 struct list_head dispose_list; clean_demultiplex_info() local