Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/lov/
Dlov_obd.c1614 u64 fm_end, int *start_stripe) in fiemap_calc_fm_end_offset() argument
1642 if ((lov_stripe_intersects(lsm, stripe_no, fm_start, fm_end, in fiemap_calc_fm_end_offset()
1674 u64 fm_end, int start_stripe, in fiemap_calc_last_stripe() argument
1681 if (fm_end - fm_start > lsm->lsm_stripe_size * lsm->lsm_stripe_count) { in fiemap_calc_last_stripe()
1688 if ((lov_stripe_intersects(lsm, i, fm_start, fm_end, in fiemap_calc_last_stripe()
1742 u64 fm_start, fm_end, fm_length, fm_end_offset; in lov_fiemap() local
1773 fm_end = (fm_length == ~0ULL ? fm_key->oa.o_size : in lov_fiemap()
1776 if (fm_end > fm_key->oa.o_size) in lov_fiemap()
1777 fm_end = fm_key->oa.o_size; in lov_fiemap()
1779 last_stripe = fiemap_calc_last_stripe(lsm, fm_start, fm_end, in lov_fiemap()
[all …]