Searched refs:id_node (Results 1 - 13 of 13) sorted by relevance

/linux-master/fs/nfs/filelayout/
H A Dfilelayout.h50 struct nfs4_deviceid_node id_node; member in struct:nfs4_file_layout_dsaddr
92 return &FILELAYOUT_LSEG(lseg)->dsaddr->id_node;
H A Dfilelayoutdev.c51 nfs4_print_deviceid(&dsaddr->id_node.deviceid);
59 kfree_rcu(dsaddr, id_node.rcu);
148 nfs4_init_deviceid_node(&dsaddr->id_node, server, &pdev->dev_id);
216 nfs4_put_deviceid_node(&dsaddr->id_node);
H A Dfilelayout.c556 dsaddr = container_of(d, struct nfs4_file_layout_dsaddr, id_node);
558 if (filelayout_test_devid_unavailable(&dsaddr->id_node))
1046 return &dsaddr->id_node;
1052 nfs4_fl_free_deviceid(container_of(d, struct nfs4_file_layout_dsaddr, id_node));
/linux-master/fs/nfs/flexfilelayout/
H A Dflexfilelayout.h38 struct nfs4_deviceid_node id_node; member in struct:nfs4_ff_layout_ds
138 return container_of(node, struct nfs4_ff_layout_ds, id_node);
160 return &mirror_ds->id_node;
H A Dflexfilelayoutdev.c29 nfs4_put_deviceid_node(&mirror_ds->id_node);
34 nfs4_print_deviceid(&mirror_ds->id_node.deviceid);
37 kfree_rcu(mirror_ds, id_node.rcu);
66 nfs4_init_deviceid_node(&new_ds->id_node,
275 memcpy(&dserr->deviceid, &mirror->mirror_ds->id_node.deviceid,
391 status = nfs4_pnfs_ds_connect(s, ds, &mirror->mirror_ds->id_node,
565 devid = &mirror->mirror_ds->id_node;
586 devid = &mirror->mirror_ds->id_node;
H A Dflexfilelayout.c759 nfs4_test_deviceid_unavailable(&mirror->mirror_ds->id_node))
2079 id_node));
2172 return &dsaddr->id_node;
2503 dev = &mirror->mirror_ds->id_node;
/linux-master/drivers/xen/xenbus/
H A Dxenbus.h130 char *id_node, char *path_node);
H A Dxenbus_probe.c147 char *id_node, char *path_node)
150 id_node, "%i", &xendev->otherend_id,
146 xenbus_read_otherend_details(struct xenbus_device *xendev, char *id_node, char *path_node) argument
/linux-master/include/linux/
H A Dkvm_host.h585 struct hlist_node id_node[2]; member in struct:kvm_memory_slot
1054 hash_for_each(slots->id_hash, bkt, memslot, id_node[slots->node_idx]) \
1064 hash_for_each_possible(slots->id_hash, slot, id_node[idx], id) {
/linux-master/net/ceph/
H A Ddebugfs.c328 rb_entry(n, struct ceph_osd_backoff, id_node);
H A Dosd_client.c1937 RB_CLEAR_NODE(&backoff->id_node);
1944 WARN_ON(!RB_EMPTY_NODE(&backoff->id_node));
1986 DEFINE_RB_FUNCS(backoff_by_id, struct ceph_osd_backoff, id, id_node)
/linux-master/include/linux/ceph/
H A Dosd_client.h395 struct rb_node id_node; member in struct:ceph_osd_backoff
/linux-master/virt/kvm/
H A Dkvm_main.c1054 hash_for_each_safe(slots->id_hash, bkt, idnode, memslot, id_node[1])
1550 hash_del(&old->id_node[idx]);
1575 hash_add(slots->id_hash, &new->id_node[idx], new->id);

Completed in 259 milliseconds