Symbol: FF_LAYOUT_LSEG
fs/nfs/flexfilelayout/flexfilelayout.c
1127
FF_LAYOUT_LSEG(pgio->pg_lseg)->stripe_unit,
fs/nfs/flexfilelayout/flexfilelayout.c
1565
struct nfs4_ff_layout_segment *flseg = FF_LAYOUT_LSEG(hdr->lseg);
fs/nfs/flexfilelayout/flexfilelayout.c
1613
return !(FF_LAYOUT_LSEG(lseg)->flags & FF_FLAGS_NO_LAYOUTCOMMIT);
fs/nfs/flexfilelayout/flexfilelayout.c
1649
FF_LAYOUT_LSEG(hdr->lseg)->stripe_unit,
fs/nfs/flexfilelayout/flexfilelayout.c
1672
FF_LAYOUT_LSEG(hdr->lseg)->stripe_unit,
fs/nfs/flexfilelayout/flexfilelayout.c
1769
struct nfs4_ff_layout_segment *flseg = FF_LAYOUT_LSEG(hdr->lseg);
fs/nfs/flexfilelayout/flexfilelayout.c
1874
FF_LAYOUT_LSEG(hdr->lseg)->stripe_unit,
fs/nfs/flexfilelayout/flexfilelayout.c
1897
FF_LAYOUT_LSEG(hdr->lseg)->stripe_unit,
fs/nfs/flexfilelayout/flexfilelayout.c
2145
FF_LAYOUT_LSEG(lseg)->stripe_unit,
fs/nfs/flexfilelayout/flexfilelayout.c
2228
FF_LAYOUT_LSEG(lseg)->stripe_unit,
fs/nfs/flexfilelayout/flexfilelayout.c
2297
struct nfs4_ff_layout_segment *flseg = FF_LAYOUT_LSEG(lseg);
fs/nfs/flexfilelayout/flexfilelayout.c
2409
struct nfs4_ff_layout_segment *flseg = FF_LAYOUT_LSEG(lseg);
fs/nfs/flexfilelayout/flexfilelayout.c
2455
struct nfs4_ff_layout_segment *flseg = FF_LAYOUT_LSEG(lseg);
fs/nfs/flexfilelayout/flexfilelayout.c
348
const struct nfs4_ff_layout_segment *fl1 = FF_LAYOUT_LSEG(l1);
fs/nfs/flexfilelayout/flexfilelayout.c
349
const struct nfs4_ff_layout_segment *fl2 = FF_LAYOUT_LSEG(l2);
fs/nfs/flexfilelayout/flexfilelayout.c
659
struct nfs4_ff_layout_segment *fls = FF_LAYOUT_LSEG(lseg);
fs/nfs/flexfilelayout/flexfilelayout.c
679
struct nfs4_ff_layout_segment *flseg = FF_LAYOUT_LSEG(lseg);
fs/nfs/flexfilelayout/flexfilelayout.c
687
return commit_index / FF_LAYOUT_LSEG(lseg)->mirror_array[0]->dss_count;
fs/nfs/flexfilelayout/flexfilelayout.c
693
return commit_index % FF_LAYOUT_LSEG(lseg)->mirror_array[0]->dss_count;
fs/nfs/flexfilelayout/flexfilelayout.c
877
struct nfs4_ff_layout_segment *fls = FF_LAYOUT_LSEG(lseg);
fs/nfs/flexfilelayout/flexfilelayout.c
993
u32 stripe_unit = FF_LAYOUT_LSEG(pgio->pg_lseg)->stripe_unit;
fs/nfs/flexfilelayout/flexfilelayout.c
999
else if (!ff_layout_lseg_is_striped(FF_LAYOUT_LSEG(pgio->pg_lseg)))
fs/nfs/flexfilelayout/flexfilelayout.h
154
struct nfs4_ff_layout_segment *fls = FF_LAYOUT_LSEG(lseg);
fs/nfs/flexfilelayout/flexfilelayout.h
178
return FF_LAYOUT_LSEG(lseg)->mirror_array_cnt;
fs/nfs/flexfilelayout/flexfilelayout.h
184
return FF_LAYOUT_LSEG(lseg)->flags & FF_FLAGS_NO_IO_THRU_MDS;
fs/nfs/flexfilelayout/flexfilelayout.h
190
return FF_LAYOUT_LSEG(lseg)->flags & FF_FLAGS_NO_READ_IO;