Searched refs:ld_qos_maxage (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 2819 LASSERTF((int)offsetof(struct lmv_desc, ld_qos_maxage) == 36, "found %lld\n", in lustre_assert_wire_constants() 2820 (long long)(int)offsetof(struct lmv_desc, ld_qos_maxage)); in lustre_assert_wire_constants() 2821 LASSERTF((int)sizeof(((struct lmv_desc *)0)->ld_qos_maxage) == 4, "found %lld\n", in lustre_assert_wire_constants() 2822 (long long)(int)sizeof(((struct lmv_desc *)0)->ld_qos_maxage)); in lustre_assert_wire_constants() 2896 LASSERTF((int)offsetof(struct lov_desc, ld_qos_maxage) == 36, "found %lld\n", in lustre_assert_wire_constants() 2897 (long long)(int)offsetof(struct lov_desc, ld_qos_maxage)); in lustre_assert_wire_constants() 2898 LASSERTF((int)sizeof(((struct lov_desc *)0)->ld_qos_maxage) == 4, "found %lld\n", in lustre_assert_wire_constants() 2899 (long long)(int)sizeof(((struct lov_desc *)0)->ld_qos_maxage)); in lustre_assert_wire_constants()
|
D | pack_generic.c | 2065 __swab32s(&ld->ld_qos_maxage); in lustre_swab_lov_desc() 2077 __swab32s(&ld->ld_qos_maxage); in lustre_swab_lmv_desc()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 2596 __u32 ld_qos_maxage; /* in second */ member 2664 __u32 ld_qos_maxage; /* in second */ member
|
/linux-4.1.27/drivers/staging/lustre/lustre/lov/ |
D | lov_obd.c | 764 lov_fix_desc_qos_maxage(&desc->ld_qos_maxage); in lov_fix_desc()
|