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