Home
last modified time | relevance | path

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

/linux/fs/nfs/filelayout/
H A Dfilelayout.h62 u32 first_stripe_index; member
H A Dfilelayout.c561 if (fl->first_stripe_index >= dsaddr->stripe_count) { in filelayout_check_deviceid()
563 __func__, fl->first_stripe_index); in filelayout_check_deviceid()
682 fl->first_stripe_index = be32_to_cpup(p++); in filelayout_decode_layout()
687 __func__, nfl_util, fl->num_fh, fl->first_stripe_index, in filelayout_decode_layout()
H A Dfilelayoutdev.c231 tmp += flseg->first_stripe_index; in nfs4_fl_calc_j_index()