Searched refs:client_addr (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/input/touchscreen/ |
| A D | cyttsp_i2c_common.c | 30 u8 client_addr = client->addr | ((addr >> 8) & 0x1); in cyttsp_i2c_read_block_data() local 34 .addr = client_addr, in cyttsp_i2c_read_block_data() 40 .addr = client_addr, in cyttsp_i2c_read_block_data() 60 u8 client_addr = client->addr | ((addr >> 8) & 0x1); in cyttsp_i2c_write_block_data() local 64 .addr = client_addr, in cyttsp_i2c_write_block_data()
|
| /linux/include/uapi/linux/ |
| A D | nfs4_mount.h | 40 struct nfs_string client_addr; /* 1 */ member
|
| /linux/fs/ceph/ |
| A D | debugfs.c | 351 struct ceph_entity_addr *client_addr = ceph_client_addr(fsc->client); in status_show() local 354 ceph_pr_addr(client_addr), le32_to_cpu(client_addr->nonce)); in status_show()
|
| /linux/include/linux/ceph/ |
| A D | mon_client.h | 146 struct ceph_entity_addr *client_addr);
|
| /linux/Documentation/ABI/testing/ |
| A D | sysfs-bus-rbd | 156 What: /sys/bus/rbd/devices/<dev-id>/client_addr 169 client_addr (RO) The ceph unique client
|
| /linux/net/ceph/ |
| A D | mon_client.c | 1026 struct ceph_entity_addr *client_addr) in ceph_monc_blocklist_add() argument 1034 &client_addr->in_addr, in ceph_monc_blocklist_add() 1035 le32_to_cpu(client_addr->nonce)); in ceph_monc_blocklist_add() 1046 &client_addr->in_addr, in ceph_monc_blocklist_add() 1047 le32_to_cpu(client_addr->nonce)); in ceph_monc_blocklist_add()
|
| /linux/fs/nfs/ |
| A D | fs_context.c | 1147 struct compat_nfs_string client_addr; member 1170 compat_nfs_string(&data->client_addr, &compat->client_addr); in nfs4_compat_mount_data_conv() 1244 c = strndup_user(data->client_addr.data, 16); in nfs4_parse_monolithic()
|
| /linux/drivers/block/ |
| A D | rbd.c | 5013 struct ceph_entity_addr *client_addr = in rbd_client_addr_show() local 5016 return sprintf(buf, "%pISpc/%u\n", &client_addr->in_addr, in rbd_client_addr_show() 5017 le32_to_cpu(client_addr->nonce)); in rbd_client_addr_show() 5170 static DEVICE_ATTR(client_addr, 0444, rbd_client_addr_show, NULL);
|
Completed in 704 milliseconds