Home
last modified time | relevance | path

Searched refs:id_str (Results 1 – 1 of 1) sorted by relevance

/fs/nfs/
Dnfs4idmap.c353 char id_str[NFS_UINT_MAXLEN]; in nfs_idmap_lookup_name() local
357 id_len = nfs_map_numeric_to_string(id, id_str, sizeof(id_str)); in nfs_idmap_lookup_name()
358 ret = nfs_idmap_get_key(id_str, id_len, type, buf, buflen, idmap); in nfs_idmap_lookup_name()
368 char id_str[NFS_UINT_MAXLEN]; in nfs_idmap_lookup_id() local
373 data_size = nfs_idmap_get_key(name, namelen, type, id_str, NFS_UINT_MAXLEN, idmap); in nfs_idmap_lookup_id()
377 ret = kstrtol(id_str, 10, &id_long); in nfs_idmap_lookup_id()
635 char id_str[NFS_UINT_MAXLEN]; in nfs_idmap_read_and_verify_message() local
647 len = 1 + nfs_map_numeric_to_string(im->im_id, id_str, in nfs_idmap_read_and_verify_message()
648 sizeof(id_str)); in nfs_idmap_read_and_verify_message()
649 ret = nfs_idmap_instantiate(key, authkey, id_str, len); in nfs_idmap_read_and_verify_message()