Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/
H A Dinode.c604 static void dispose_list(struct list_head *head) in dispose_list() function
656 dispose_list(&dispose); in evict_inodes()
662 dispose_list(&dispose); in evict_inodes()
708 dispose_list(&dispose); in invalidate_inodes()
714 dispose_list(&dispose); in invalidate_inodes()
807 dispose_list(&freeable); in prune_icache_sb()
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dconnect.c922 struct list_head dispose_list; in clean_demultiplex_info() local
926 INIT_LIST_HEAD(&dispose_list); in clean_demultiplex_info()
933 list_move(&mid_entry->qhead, &dispose_list); in clean_demultiplex_info()
939 list_for_each_safe(tmp, tmp2, &dispose_list) { in clean_demultiplex_info()