Searched refs:ld_qos_maxage (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 2817 LASSERTF((int)offsetof(struct lmv_desc, ld_qos_maxage) == 36, "found %lld\n", in lustre_assert_wire_constants() 2818 (long long)(int)offsetof(struct lmv_desc, ld_qos_maxage)); in lustre_assert_wire_constants() 2819 LASSERTF((int)sizeof(((struct lmv_desc *)0)->ld_qos_maxage) == 4, "found %lld\n", in lustre_assert_wire_constants() 2820 (long long)(int)sizeof(((struct lmv_desc *)0)->ld_qos_maxage)); in lustre_assert_wire_constants() 2894 LASSERTF((int)offsetof(struct lov_desc, ld_qos_maxage) == 36, "found %lld\n", in lustre_assert_wire_constants() 2895 (long long)(int)offsetof(struct lov_desc, ld_qos_maxage)); in lustre_assert_wire_constants() 2896 LASSERTF((int)sizeof(((struct lov_desc *)0)->ld_qos_maxage) == 4, "found %lld\n", in lustre_assert_wire_constants() 2897 (long long)(int)sizeof(((struct lov_desc *)0)->ld_qos_maxage)); in lustre_assert_wire_constants()
|
D | pack_generic.c | 1902 __swab32s(&ld->ld_qos_maxage); in lustre_swab_lov_desc()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 2584 __u32 ld_qos_maxage; /* in second */ member 2648 __u32 ld_qos_maxage; /* in second */ member
|
/linux-4.4.14/drivers/staging/lustre/lustre/lov/ |
D | lov_obd.c | 751 lov_fix_desc_qos_maxage(&desc->ld_qos_maxage); in lov_fix_desc()
|