Searched refs:nfs_map_numeric_to_string (Results 1 – 1 of 1) sorted by relevance
/linux/fs/nfs/ |
H A D | nfs4idmap.c | 181 static int nfs_map_numeric_to_string(__u32 id, char *buf, size_t buflen) in nfs_map_numeric_to_string() function 357 id_len = nfs_map_numeric_to_string(id, id_str, sizeof(id_str)); in nfs_idmap_lookup_name() 647 len = 1 + nfs_map_numeric_to_string(im->im_id, id_str, in nfs_idmap_read_and_verify_message() 789 ret = nfs_map_numeric_to_string(id, buf, buflen); in nfs_map_uid_to_name() 803 ret = nfs_map_numeric_to_string(id, buf, buflen); in nfs_map_gid_to_group()
|