Lines Matching refs:dispose
72 struct list_head dispose;
83 struct list_head dispose;
240 INIT_LIST_HEAD(&entry->dispose);
826 struct list_head *dispose = arg;
853 list_add_tail(&cache->dispose, dispose);
860 LIST_HEAD(dispose);
865 cache_lru_isolate, &dispose);
866 while (!list_empty(&dispose)) {
867 cache = list_first_entry(&dispose, struct nfs4_xattr_cache,
868 dispose);
869 list_del_init(&cache->dispose);
891 struct list_head *dispose = arg;
934 list_add_tail(&entry->dispose, dispose);
941 LIST_HEAD(dispose);
949 freed = list_lru_shrink_walk(lru, sc, entry_lru_isolate, &dispose);
951 while (!list_empty(&dispose)) {
952 entry = list_first_entry(&dispose, struct nfs4_xattr_entry,
953 dispose);
954 list_del_init(&entry->dispose);
991 INIT_LIST_HEAD(&cache->dispose);