Home
last modified time | relevance | path

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

/fs/nfs/
Didmap.c81 struct idmap_hashtable { struct
92 struct idmap_hashtable idmap_user_hash; argument
93 struct idmap_hashtable idmap_group_hash;
156 idmap_name_hash(struct idmap_hashtable* h, const char *name, size_t len) in idmap_name_hash()
162 idmap_lookup_name(struct idmap_hashtable *h, const char *name, size_t len) in idmap_lookup_name()
174 idmap_id_hash(struct idmap_hashtable* h, __u32 id) in idmap_id_hash()
180 idmap_lookup_id(struct idmap_hashtable *h, __u32 id) in idmap_lookup_id()
196 idmap_alloc_name(struct idmap_hashtable *h, char *name, size_t len) in idmap_alloc_name()
202 idmap_alloc_id(struct idmap_hashtable *h, __u32 id) in idmap_alloc_id()
222 nfs_idmap_id(struct idmap *idmap, struct idmap_hashtable *h, in nfs_idmap_id()
[all …]