Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c2819 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()
Dpack_generic.c2065 __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/
Dlustre_idl.h2596 __u32 ld_qos_maxage; /* in second */ member
2664 __u32 ld_qos_maxage; /* in second */ member
/linux-4.1.27/drivers/staging/lustre/lustre/lov/
Dlov_obd.c764 lov_fix_desc_qos_maxage(&desc->ld_qos_maxage); in lov_fix_desc()