Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3743 LASSERTF((int)sizeof(struct ll_fiemap_info_key) == 248, "found %lld\n", in lustre_assert_wire_constants()
3744 (long long)(int)sizeof(struct ll_fiemap_info_key)); in lustre_assert_wire_constants()
3745 LASSERTF((int)offsetof(struct ll_fiemap_info_key, name[8]) == 8, "found %lld\n", in lustre_assert_wire_constants()
3746 (long long)(int)offsetof(struct ll_fiemap_info_key, name[8])); in lustre_assert_wire_constants()
3747 LASSERTF((int)sizeof(((struct ll_fiemap_info_key *)0)->name[8]) == 1, "found %lld\n", in lustre_assert_wire_constants()
3748 (long long)(int)sizeof(((struct ll_fiemap_info_key *)0)->name[8])); in lustre_assert_wire_constants()
3749 LASSERTF((int)offsetof(struct ll_fiemap_info_key, oa) == 8, "found %lld\n", in lustre_assert_wire_constants()
3750 (long long)(int)offsetof(struct ll_fiemap_info_key, oa)); in lustre_assert_wire_constants()
3751 LASSERTF((int)sizeof(((struct ll_fiemap_info_key *)0)->oa) == 208, "found %lld\n", in lustre_assert_wire_constants()
3752 (long long)(int)sizeof(((struct ll_fiemap_info_key *)0)->oa)); in lustre_assert_wire_constants()
[all …]
Dlayout.c1100 DEFINE_MSGF("fiemap", 0, sizeof(struct ll_fiemap_info_key),
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_request.c2789 struct ll_fiemap_info_key *fm_key = in osc_get_info()
2790 (struct ll_fiemap_info_key *)key; in osc_get_info()
/linux-4.1.27/drivers/staging/lustre/lustre/lov/
Dlov_obd.c1735 struct ll_fiemap_info_key *fm_key = key; in lov_fiemap()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3344 struct ll_fiemap_info_key { struct
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dfile.c1682 struct ll_fiemap_info_key fm_key = { .name = KEY_FIEMAP, }; in ll_do_fiemap()