Home
last modified time | relevance | path

Searched refs:first_stripe_index (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/fs/nfs/filelayout/
Dfilelayout.h62 u32 first_stripe_index; member
Dfilelayout.c608 if (fl->first_stripe_index >= dsaddr->stripe_count) { in filelayout_check_layout()
610 __func__, fl->first_stripe_index); in filelayout_check_layout()
689 fl->first_stripe_index = be32_to_cpup(p++); in filelayout_decode_layout()
694 __func__, nfl_util, fl->num_fh, fl->first_stripe_index, in filelayout_decode_layout()
Dfilelayoutdev.c231 tmp += flseg->first_stripe_index; in nfs4_fl_calc_j_index()