Lines Matching refs:dispose
72 struct list_head dispose;
83 struct list_head dispose;
240 INIT_LIST_HEAD(&entry->dispose);
827 struct list_head *dispose = arg;
854 list_add_tail(&cache->dispose, dispose);
861 LIST_HEAD(dispose);
866 cache_lru_isolate, &dispose);
867 while (!list_empty(&dispose)) {
868 cache = list_first_entry(&dispose, struct nfs4_xattr_cache,
869 dispose);
870 list_del_init(&cache->dispose);
892 struct list_head *dispose = arg;
935 list_add_tail(&entry->dispose, dispose);
942 LIST_HEAD(dispose);
950 freed = list_lru_shrink_walk(lru, sc, entry_lru_isolate, &dispose);
952 while (!list_empty(&dispose)) {
953 entry = list_first_entry(&dispose, struct nfs4_xattr_entry,
954 dispose);
955 list_del_init(&entry->dispose);
992 INIT_LIST_HEAD(&cache->dispose);