Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/lov/
Dlov_obd.c1595 struct lov_stripe_md *lsm, u64 fm_start, 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()
1655 static int fiemap_calc_last_stripe(struct lov_stripe_md *lsm, u64 fm_start, 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
1751 fm_start = fiemap->fm_start; in lov_fiemap()
1754 actual_start_stripe = start_stripe = lov_stripe_number(lsm, fm_start); in lov_fiemap()
1756 fm_start + fm_length - 1); in lov_fiemap()
1761 last_stripe = fiemap_calc_last_stripe(lsm, fm_start, fm_end, in lov_fiemap()
[all …]
/drivers/staging/lustre/lustre/include/lustre/
Dll_fiemap.h59 __u64 fm_start; /* logical offset (inclusive) at member
/drivers/staging/lustre/lustre/osc/
Dosc_request.c2746 policy.l_extent.start = fm_key->fiemap.fm_start & in osc_get_info()
2750 fm_key->fiemap.fm_start + PAGE_CACHE_SIZE - 1) in osc_get_info()
2753 policy.l_extent.end = (fm_key->fiemap.fm_start + in osc_get_info()
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3937 LASSERTF((int)offsetof(struct ll_user_fiemap, fm_start) == 0, "found %lld\n", in lustre_assert_wire_constants()
3938 (long long)(int)offsetof(struct ll_user_fiemap, fm_start)); in lustre_assert_wire_constants()
3939 LASSERTF((int)sizeof(((struct ll_user_fiemap *)0)->fm_start) == 8, "found %lld\n", in lustre_assert_wire_constants()
3940 (long long)(int)sizeof(((struct ll_user_fiemap *)0)->fm_start)); in lustre_assert_wire_constants()
Dpack_generic.c1839 __swab64s(&fiemap->fm_start); in lustre_swab_fiemap()
/drivers/staging/lustre/lustre/llite/
Dfile.c3034 fiemap->fm_start = start; in ll_fiemap()