Home
last modified time | relevance | path

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

/linux-4.1.27/fs/nfs/filelayout/
Dfilelayout.h62 u32 first_stripe_index; member
Dfilelayout.c607 if (fl->first_stripe_index >= dsaddr->stripe_count) { in filelayout_check_layout()
609 __func__, fl->first_stripe_index); in filelayout_check_layout()
688 fl->first_stripe_index = be32_to_cpup(p++); in filelayout_decode_layout()
693 __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()