Searched refs:s_dentry_lru (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/
H A Dsuper.c203 dentries = list_lru_shrink_count(&sb->s_dentry_lru, sc);
263 total_objects += list_lru_shrink_count(&sb->s_dentry_lru, sc);
298 list_lru_destroy(&s->s_dentry_lru);
387 if (list_lru_init_memcg(&s->s_dentry_lru, s->s_shrink))
407 WARN_ON(s->s_dentry_lru.node);
481 list_lru_destroy(&s->s_dentry_lru);
H A Ddcache.c431 &dentry->d_sb->s_dentry_lru, &dentry->d_lru));
442 &dentry->d_sb->s_dentry_lru, &dentry->d_lru));
1154 freed = list_lru_shrink_walk(&sb->s_dentry_lru, sc,
1193 list_lru_walk(&sb->s_dentry_lru,
1196 } while (list_lru_count(&sb->s_dentry_lru) > 0);
1624 dentry = kmem_cache_alloc_lru(dentry_cache, &sb->s_dentry_lru,
/linux-master/include/linux/
H A Dfs.h1335 struct list_lru s_dentry_lru; member in struct:super_block

Completed in 220 milliseconds