Searched refs:id_node (Results 1 – 6 of 6) sorted by relevance
| /fs/nfs/flexfilelayout/ |
| A D | flexfilelayoutdev.c | 29 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() 67 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() 571 devid = &mirror->mirror_ds->id_node; in ff_read_layout_has_available_ds() 592 devid = &mirror->mirror_ds->id_node; in ff_rw_layout_has_available_ds()
|
| A D | flexfilelayout.h | 38 struct nfs4_deviceid_node id_node; member 139 return container_of(node, struct nfs4_ff_layout_ds, id_node); in FF_LAYOUT_MIRROR_DS() 161 return &mirror_ds->id_node; in FF_LAYOUT_DEVID_NODE()
|
| A D | flexfilelayout.c | 776 nfs4_test_deviceid_unavailable(&mirror->mirror_ds->id_node)) in ff_layout_choose_ds_for_read() 2207 id_node)); in ff_layout_free_deviceid_node() 2294 return &dsaddr->id_node; in ff_layout_alloc_deviceid_node() 2625 dev = &mirror->mirror_ds->id_node; in ff_layout_mirror_prepare_stats()
|
| /fs/nfs/filelayout/ |
| A D | filelayoutdev.c | 51 nfs4_print_deviceid(&dsaddr->id_node.deviceid); in nfs4_fl_free_deviceid() 59 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()
|
| A D | filelayout.h | 50 struct nfs4_deviceid_node id_node; member 92 return &FILELAYOUT_LSEG(lseg)->dsaddr->id_node; in FILELAYOUT_DEVID_NODE()
|
| A D | filelayout.c | 556 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() 1038 return &dsaddr->id_node; in filelayout_alloc_deviceid_node() 1044 nfs4_fl_free_deviceid(container_of(d, struct nfs4_file_layout_dsaddr, id_node)); in filelayout_free_deviceid_node()
|
Completed in 15 milliseconds