Home
last modified time | relevance | path

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

/openbmc/linux/fs/nfs/flexfilelayout/
H A Dflexfilelayoutdev.c29 nfs4_put_deviceid_node(&mirror_ds->id_node); in nfs4_ff_layout_put_deviceid()
34 nfs4_print_deviceid(&mirror_ds->id_node.deviceid); in nfs4_ff_layout_free_deviceid()
37 kfree_rcu(mirror_ds, id_node.rcu); in nfs4_ff_layout_free_deviceid()
66 nfs4_init_deviceid_node(&new_ds->id_node, in nfs4_ff_alloc_deviceid_node()
275 memcpy(&dserr->deviceid, &mirror->mirror_ds->id_node.deviceid, in ff_layout_track_ds_error()
391 status = nfs4_pnfs_ds_connect(s, ds, &mirror->mirror_ds->id_node, in nfs4_ff_layout_prepare_ds()
565 devid = &mirror->mirror_ds->id_node; in ff_read_layout_has_available_ds()
586 devid = &mirror->mirror_ds->id_node; in ff_rw_layout_has_available_ds()
H A Dflexfilelayout.h38 struct nfs4_deviceid_node id_node; member
138 return container_of(node, struct nfs4_ff_layout_ds, id_node); in FF_LAYOUT_MIRROR_DS()
160 return &mirror_ds->id_node; in FF_LAYOUT_DEVID_NODE()
H A Dflexfilelayout.c759 nfs4_test_deviceid_unavailable(&mirror->mirror_ds->id_node)) in ff_layout_choose_ds_for_read()
2079 id_node)); in ff_layout_free_deviceid_node()
2172 return &dsaddr->id_node; in ff_layout_alloc_deviceid_node()
2503 dev = &mirror->mirror_ds->id_node; in ff_layout_mirror_prepare_stats()
/openbmc/linux/fs/nfs/filelayout/
H A Dfilelayoutdev.c50 nfs4_print_deviceid(&dsaddr->id_node.deviceid); in nfs4_fl_free_deviceid()
58 kfree_rcu(dsaddr, id_node.rcu); in nfs4_fl_free_deviceid()
147 nfs4_init_deviceid_node(&dsaddr->id_node, server, &pdev->dev_id); in nfs4_fl_alloc_deviceid_node()
214 nfs4_put_deviceid_node(&dsaddr->id_node); in nfs4_fl_put_deviceid()
H A Dfilelayout.h50 struct nfs4_deviceid_node id_node; member
92 return &FILELAYOUT_LSEG(lseg)->dsaddr->id_node; in FILELAYOUT_DEVID_NODE()
H A Dfilelayout.c556 dsaddr = container_of(d, struct nfs4_file_layout_dsaddr, id_node); in filelayout_check_deviceid()
558 if (filelayout_test_devid_unavailable(&dsaddr->id_node)) in filelayout_check_deviceid()
1046 return &dsaddr->id_node; in filelayout_alloc_deviceid_node()
1052 nfs4_fl_free_deviceid(container_of(d, struct nfs4_file_layout_dsaddr, id_node)); in filelayout_free_deviceid_node()
/openbmc/linux/drivers/xen/xenbus/
H A Dxenbus.h130 char *id_node, char *path_node);
H A Dxenbus_probe.c151 char *id_node, char *path_node) in xenbus_read_otherend_details() argument
154 id_node, "%i", &xendev->otherend_id, in xenbus_read_otherend_details()
/openbmc/linux/include/linux/
H A Dkvm_host.h580 struct hlist_node id_node[2]; member
1018 hash_for_each(slots->id_hash, bkt, memslot, id_node[slots->node_idx]) \
1028 hash_for_each_possible(slots->id_hash, slot, id_node[idx], id) { in id_to_memslot()
/openbmc/linux/include/linux/ceph/
H A Dosd_client.h395 struct rb_node id_node; member
/openbmc/linux/net/ceph/
H A Ddebugfs.c328 rb_entry(n, struct ceph_osd_backoff, id_node); in dump_backoffs()
H A Dosd_client.c1937 RB_CLEAR_NODE(&backoff->id_node); in alloc_backoff()
1944 WARN_ON(!RB_EMPTY_NODE(&backoff->id_node)); in free_backoff()
1986 DEFINE_RB_FUNCS(backoff_by_id, struct ceph_osd_backoff, id, id_node) in DEFINE_RB_FUNCS() argument
/openbmc/linux/virt/kvm/
H A Dkvm_main.c1012 hash_for_each_safe(slots->id_hash, bkt, idnode, memslot, id_node[1]) in kvm_free_memslots()
1504 hash_del(&old->id_node[idx]); in kvm_replace_memslot()
1529 hash_add(slots->id_hash, &new->id_node[idx], new->id); in kvm_replace_memslot()