Home
last modified time | relevance | path

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

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