Home
last modified time | relevance | path

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

/Linux-v5.4/fs/nfs/flexfilelayout/
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()
273 memcpy(&dserr->deviceid, &mirror->mirror_ds->id_node.deviceid, in ff_layout_track_ds_error()
389 status = nfs4_pnfs_ds_connect(s, ds, &mirror->mirror_ds->id_node, in nfs4_ff_layout_prepare_ds()
563 devid = &mirror->mirror_ds->id_node; in ff_read_layout_has_available_ds()
584 devid = &mirror->mirror_ds->id_node; in ff_rw_layout_has_available_ds()
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()
Dflexfilelayout.c835 nfs4_test_deviceid_unavailable(&mirror->mirror_ds->id_node)) in ff_layout_choose_ds_for_read()
2008 id_node)); in ff_layout_free_deviceid_node()
2101 return &dsaddr->id_node; in ff_layout_alloc_deviceid_node()
2434 dev = &mirror->mirror_ds->id_node; in ff_layout_mirror_prepare_stats()
/Linux-v5.4/fs/nfs/filelayout/
Dfilelayout.h50 struct nfs4_deviceid_node id_node; member
92 return &FILELAYOUT_LSEG(lseg)->dsaddr->id_node; in FILELAYOUT_DEVID_NODE()
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()
149 nfs4_init_deviceid_node(&dsaddr->id_node, server, &pdev->dev_id); in nfs4_fl_alloc_deviceid_node()
216 nfs4_put_deviceid_node(&dsaddr->id_node); in nfs4_fl_put_deviceid()
Dfilelayout.c555 dsaddr = container_of(d, struct nfs4_file_layout_dsaddr, id_node); in filelayout_check_deviceid()
557 if (filelayout_test_devid_unavailable(&dsaddr->id_node)) in filelayout_check_deviceid()
1128 return &dsaddr->id_node; in filelayout_alloc_deviceid_node()
1134 nfs4_fl_free_deviceid(container_of(d, struct nfs4_file_layout_dsaddr, id_node)); in filelayout_free_deviceid_node()
/Linux-v5.4/drivers/xen/xenbus/
Dxenbus.h130 char *id_node, char *path_node);
Dxenbus_probe.c145 char *id_node, char *path_node) in xenbus_read_otherend_details() argument
148 id_node, "%i", &xendev->otherend_id, in xenbus_read_otherend_details()
/Linux-v5.4/include/linux/ceph/
Dosd_client.h329 struct rb_node id_node; member
/Linux-v5.4/net/ceph/
Ddebugfs.c323 rb_entry(n, struct ceph_osd_backoff, id_node); in dump_backoffs()
Dosd_client.c1818 RB_CLEAR_NODE(&backoff->id_node); in alloc_backoff()
1825 WARN_ON(!RB_EMPTY_NODE(&backoff->id_node)); in free_backoff()
1867 DEFINE_RB_FUNCS(backoff_by_id, struct ceph_osd_backoff, id, id_node) in DEFINE_RB_FUNCS() argument