Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nfs/
Dnfs4idmap.c64 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 …]
Dnfs4_fs.h27 struct idmap;
/linux-4.19.296/include/linux/
Dnfs_fs_sb.h78 struct idmap * cl_idmap;