Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dinode.c691 static void dispose_list(struct list_head *head) in dispose_list() function
743 dispose_list(&dispose); in evict_inodes()
749 dispose_list(&dispose); in evict_inodes()
784 dispose_list(&dispose); in invalidate_inodes()
790 dispose_list(&dispose); in invalidate_inodes()
884 dispose_list(&freeable); in prune_icache_sb()
/openbmc/linux/fs/smb/client/
H A Dconnect.c1000 struct list_head dispose_list; in clean_demultiplex_info() local
1004 INIT_LIST_HEAD(&dispose_list); in clean_demultiplex_info()
1011 list_move(&mid_entry->qhead, &dispose_list); in clean_demultiplex_info()
1017 list_for_each_safe(tmp, tmp2, &dispose_list) { in clean_demultiplex_info()