Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nfs/
Dnfs4idmap.c343 char id_str[NFS_UINT_MAXLEN]; in nfs_idmap_lookup_name() local
347 id_len = nfs_map_numeric_to_string(id, id_str, sizeof(id_str)); in nfs_idmap_lookup_name()
348 ret = nfs_idmap_get_key(id_str, id_len, type, buf, buflen, idmap); in nfs_idmap_lookup_name()
358 char id_str[NFS_UINT_MAXLEN]; in nfs_idmap_lookup_id() local
363 data_size = nfs_idmap_get_key(name, namelen, type, id_str, NFS_UINT_MAXLEN, idmap); in nfs_idmap_lookup_id()
367 ret = kstrtol(id_str, 10, &id_long); in nfs_idmap_lookup_id()
621 char id_str[NFS_UINT_MAXLEN]; in nfs_idmap_read_and_verify_message() local
633 len = 1 + nfs_map_numeric_to_string(im->im_id, id_str, in nfs_idmap_read_and_verify_message()
634 sizeof(id_str)); in nfs_idmap_read_and_verify_message()
635 ret = nfs_idmap_instantiate(key, authkey, id_str, len); in nfs_idmap_read_and_verify_message()
/linux-4.19.296/drivers/xen/xenbus/
Dxenbus_xs.c539 char *id_str; in xenbus_transaction_start() local
541 id_str = xs_single(XBT_NIL, XS_TRANSACTION_START, "", NULL); in xenbus_transaction_start()
542 if (IS_ERR(id_str)) in xenbus_transaction_start()
543 return PTR_ERR(id_str); in xenbus_transaction_start()
545 t->id = simple_strtoul(id_str, NULL, 0); in xenbus_transaction_start()
546 kfree(id_str); in xenbus_transaction_start()
/linux-4.19.296/include/linux/mtd/
Dqinfo.h40 char *id_str; member