Searched refs:nfs_idmap_lookup_name (Results 1 – 1 of 1) sorted by relevance
/fs/nfs/ |
D | nfs4idmap.c | 350 static ssize_t nfs_idmap_lookup_name(__u32 id, const char *type, char *buf, in nfs_idmap_lookup_name() function 787 ret = nfs_idmap_lookup_name(id, "user", buf, buflen, idmap); in nfs_map_uid_to_name() 801 ret = nfs_idmap_lookup_name(id, "group", buf, buflen, idmap); in nfs_map_gid_to_group()
|