Searched refs:idmap (Results 1 – 2 of 2) sorted by relevance
/fs/nfs/ |
D | nfs4idmap.c | 64 struct idmap *idmap; member 67 struct idmap { struct 271 const char *type, struct idmap *idmap) in nfs_idmap_request_key() argument 283 mutex_lock(&idmap->idmap_mutex); in nfs_idmap_request_key() 285 desc, "", 0, idmap); in nfs_idmap_request_key() 286 mutex_unlock(&idmap->idmap_mutex); in nfs_idmap_request_key() 297 size_t data_size, struct idmap *idmap) in nfs_idmap_get_key() argument 305 rkey = nfs_idmap_request_key(name, namelen, type, idmap); in nfs_idmap_get_key() 341 size_t buflen, struct idmap *idmap) in nfs_idmap_lookup_name() argument 348 ret = nfs_idmap_get_key(id_str, id_len, type, buf, buflen, idmap); in nfs_idmap_lookup_name() [all …]
|
D | nfs4_fs.h | 27 struct idmap;
|