Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/lov/
Dlov_obd.c1596 u64 fm_end, int *start_stripe) in fiemap_calc_fm_end_offset() argument
1624 if ((lov_stripe_intersects(lsm, stripe_no, fm_start, fm_end, in fiemap_calc_fm_end_offset()
1656 u64 fm_end, int start_stripe, in fiemap_calc_last_stripe() argument
1663 if (fm_end - fm_start > lsm->lsm_stripe_size * lsm->lsm_stripe_count) { in fiemap_calc_last_stripe()
1670 if ((lov_stripe_intersects(lsm, i, fm_start, fm_end, in fiemap_calc_last_stripe()
1724 u64 fm_start, fm_end, fm_length, fm_end_offset; in lov_fiemap() local
1755 fm_end = (fm_length == ~0ULL ? fm_key->oa.o_size : in lov_fiemap()
1758 if (fm_end > fm_key->oa.o_size) in lov_fiemap()
1759 fm_end = fm_key->oa.o_size; in lov_fiemap()
1761 last_stripe = fiemap_calc_last_stripe(lsm, fm_start, fm_end, in lov_fiemap()
[all …]