Home
last modified time | relevance | path

Searched refs:lt_type (Results 1 – 3 of 3) sorted by relevance

/drivers/staging/lustre/lustre/lclient/
Dlcommon_cl.c1233 type = IFTODT(le16_to_cpu(lt->lt_type)); in ll_dirent_type_get()
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c554 LASSERTF((int)offsetof(struct luda_type, lt_type) == 0, "found %lld\n", in lustre_assert_wire_constants()
555 (long long)(int)offsetof(struct luda_type, lt_type)); in lustre_assert_wire_constants()
556 LASSERTF((int)sizeof(((struct luda_type *)0)->lt_type) == 2, "found %lld\n", in lustre_assert_wire_constants()
557 (long long)(int)sizeof(((struct luda_type *)0)->lt_type)); in lustre_assert_wire_constants()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h939 __u16 lt_type; member