Home
last modified time | relevance | path

Searched refs:nfs4_xattr_entry (Results 1 – 1 of 1) sorted by relevance

/fs/nfs/
Dnfs42xattr.c59 struct nfs4_xattr_entry;
76 struct nfs4_xattr_entry *listxattr;
79 struct nfs4_xattr_entry { struct
128 nfs4_xattr_entry_lru_add(struct nfs4_xattr_entry *entry) in nfs4_xattr_entry_lru_add()
139 nfs4_xattr_entry_lru_del(struct nfs4_xattr_entry *entry) in nfs4_xattr_entry_lru_del()
174 static struct nfs4_xattr_entry *
178 struct nfs4_xattr_entry *entry; in nfs4_xattr_alloc_entry()
185 BUILD_BUG_ON(sizeof(struct nfs4_xattr_entry) + in nfs4_xattr_alloc_entry()
188 alloclen = sizeof(struct nfs4_xattr_entry); in nfs4_xattr_alloc_entry()
205 entry = (struct nfs4_xattr_entry *)buf; in nfs4_xattr_alloc_entry()
[all …]