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

/linux-master/fs/nfs/
H A Dnfs42xattr.c96 static struct list_lru nfs4_xattr_cache_lru; variable in typeref:struct:list_lru
352 list_lru_del_obj(&nfs4_xattr_cache_lru, &oldcache->lru);
477 list_lru_add_obj(&nfs4_xattr_cache_lru, &cache->lru);
845 freed = list_lru_shrink_walk(&nfs4_xattr_cache_lru, sc,
864 count = list_lru_shrink_count(&nfs4_xattr_cache_lru, sc);
1026 &nfs4_xattr_cache_lru, "nfs-xattr_cache",
1051 &nfs4_xattr_cache_lru);
1065 &nfs4_xattr_cache_lru);

Completed in 90 milliseconds