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