Searched refs:nfs_idmap_lookup_id (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/fs/nfs/ |
D | nfs4idmap.c | 365 static int nfs_idmap_lookup_id(const char *name, size_t namelen, const char *type, in nfs_idmap_lookup_id() function 752 ret = nfs_idmap_lookup_id(name, namelen, "uid", &id, idmap); in nfs_map_name_to_uid() 769 ret = nfs_idmap_lookup_id(name, namelen, "gid", &id, idmap); in nfs_map_group_to_gid()
|