Searched refs:ll_fiemap_info_key (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 3743 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 …]
|
D | layout.c | 1100 DEFINE_MSGF("fiemap", 0, sizeof(struct ll_fiemap_info_key),
|
/linux-4.1.27/drivers/staging/lustre/lustre/osc/ |
D | osc_request.c | 2789 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/ |
D | lov_obd.c | 1735 struct ll_fiemap_info_key *fm_key = key; in lov_fiemap()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 3344 struct ll_fiemap_info_key { struct
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | file.c | 1682 struct ll_fiemap_info_key fm_key = { .name = KEY_FIEMAP, }; in ll_do_fiemap()
|