Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dll_fiemap.h56 __u32 fe_device; /* device number for this extent */ member
/linux-4.1.27/drivers/staging/lustre/lustre/lov/
Dlov_obd.c1632 if (oinfo->loi_ost_idx == fiemap->fm_extents[0].fe_device) { in fiemap_calc_fm_end_offset()
1718 lcl_fm_ext[ext].fe_device = ost_index; in fiemap_prepare_and_copy_exts()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3990 LASSERTF((int)offsetof(struct ll_fiemap_extent, fe_device) == 44, "found %lld\n", in lustre_assert_wire_constants()
3991 (long long)(int)offsetof(struct ll_fiemap_extent, fe_device)); in lustre_assert_wire_constants()
3992 LASSERTF((int)sizeof(((struct ll_fiemap_extent *)0)->fe_device) == 4, "found %lld\n", in lustre_assert_wire_constants()
3993 (long long)(int)sizeof(((struct ll_fiemap_extent *)0)->fe_device)); in lustre_assert_wire_constants()
Dpack_generic.c1986 __swab32s(&fm_extent->fe_device); in lustre_swab_fiemap_extent()