Searched defs:nfs4_xattr_cache (Results 1 – 1 of 1) sorted by relevance
68 struct nfs4_xattr_cache { struct69 struct kref ref;70 struct nfs4_xattr_bucket buckets[NFS4_XATTR_HASH_SIZE];71 struct list_head lru;72 struct list_head dispose;96 static struct list_lru nfs4_xattr_cache_lru; argument
Completed in 5 milliseconds