Searched refs:fh_versions (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/nfs/flexfilelayout/
H A Dflexfilelayout.h82 struct nfs_fh *fh_versions; member in struct:nfs4_ff_layout_mirror
H A Dflexfilelayout.c175 if (nfs_compare_fh(&m1->fh_versions[i],
176 &m2->fh_versions[j]) == 0) {
243 kfree(mirror->fh_versions);
464 fls->mirror_array[i]->fh_versions =
467 if (fls->mirror_array[i]->fh_versions == NULL) {
474 &fls->mirror_array[i]->fh_versions[j]);
1911 return &flseg->mirror_array[i]->fh_versions[0];
2429 struct nfs_fh *fh = &mirror->fh_versions[0];
H A Dflexfilelayoutdev.c310 return &mirror->fh_versions[0];

Completed in 108 milliseconds