Home
last modified time | relevance | path

Searched defs:nfs4_xattr_cache (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/fs/nfs/
Dnfs42xattr.c68 struct nfs4_xattr_cache { struct
69 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