Home
last modified time | relevance | path

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

/linux-4.4.14/fs/nfsd/
Dxdr4.h194 u32 lt_type; member
Dnfs4xdr.c717 lockt->lt_type = be32_to_cpup(p++); in nfsd4_decode_lockt()
718 if((lockt->lt_type < NFS4_READ_LT) || (lockt->lt_type > NFS4_WRITEW_LT)) in nfsd4_decode_lockt()
Dnfs4state.c5752 switch (lockt->lt_type) { in nfsd4_lockt()
/linux-4.4.14/drivers/staging/lustre/lustre/lclient/
Dlcommon_cl.c1159 type = IFTODT(le16_to_cpu(lt->lt_type)); in ll_dirent_type_get()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c556 LASSERTF((int)offsetof(struct luda_type, lt_type) == 0, "found %lld\n", in lustre_assert_wire_constants()
557 (long long)(int)offsetof(struct luda_type, lt_type)); in lustre_assert_wire_constants()
558 LASSERTF((int)sizeof(((struct luda_type *)0)->lt_type) == 2, "found %lld\n", in lustre_assert_wire_constants()
559 (long long)(int)sizeof(((struct luda_type *)0)->lt_type)); in lustre_assert_wire_constants()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h949 __u16 lt_type; member