Searched refs:FF_LAYOUT_COMP (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/fs/nfs/flexfilelayout/ |
D | flexfilelayoutdev.c | 363 struct nfs4_ff_layout_mirror *mirror = FF_LAYOUT_COMP(lseg, mirror_idx); in nfs4_ff_layout_select_ds_fh() 383 struct nfs4_ff_layout_mirror *mirror = FF_LAYOUT_COMP(lseg, ds_idx); in nfs4_ff_layout_prepare_ds() 460 struct nfs4_ff_layout_mirror *mirror = FF_LAYOUT_COMP(lseg, ds_idx); in ff_layout_get_ds_cred() 482 struct nfs4_ff_layout_mirror *mirror = FF_LAYOUT_COMP(lseg, ds_idx); in nfs4_ff_find_or_create_ds_client() 553 mirror = FF_LAYOUT_COMP(lseg, idx); in ff_read_layout_has_available_ds() 571 mirror = FF_LAYOUT_COMP(lseg, idx); in ff_rw_layout_has_available_ds()
|
D | flexfilelayout.h | 136 FF_LAYOUT_COMP(struct pnfs_layout_segment *lseg, u32 idx) in FF_LAYOUT_COMP() function 164 return FF_LAYOUT_COMP(lseg, ds_idx)->mirror_ds->ds_versions[0].version; in nfs4_ff_layout_ds_version()
|
D | flexfilelayout.c | 802 mirror = FF_LAYOUT_COMP(pgio->pg_lseg, ds_idx); in ff_layout_pg_init_read() 854 mirror = FF_LAYOUT_COMP(pgio->pg_lseg, i); in ff_layout_pg_init_write() 1162 mirror = FF_LAYOUT_COMP(lseg, idx); in ff_layout_io_track_ds_error() 1249 FF_LAYOUT_COMP(hdr->lseg, hdr->pgio_mirror_idx), in ff_layout_read_prepare_common() 1327 FF_LAYOUT_COMP(hdr->lseg, hdr->pgio_mirror_idx), in ff_layout_read_call_done() 1428 FF_LAYOUT_COMP(hdr->lseg, hdr->pgio_mirror_idx), in ff_layout_write_prepare_common() 1484 FF_LAYOUT_COMP(hdr->lseg, hdr->pgio_mirror_idx), in ff_layout_write_call_done() 1510 FF_LAYOUT_COMP(cdata->lseg, cdata->ds_commit_index), in ff_layout_commit_prepare_common() 1544 FF_LAYOUT_COMP(cdata->lseg, cdata->ds_commit_index), in ff_layout_commit_done()
|