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

/linux-master/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c419 u32 ds_count, fh_count, id; local
462 fh_count = be32_to_cpup(p);
465 kcalloc(fh_count, sizeof(struct nfs_fh),
472 for (j = 0; j < fh_count; j++) {
479 fls->mirror_array[i]->fh_versions_cnt = fh_count;

Completed in 234 milliseconds