Searched refs:pb_flags (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | pack_generic.c | 795 return pb->pb_flags; in lustre_msg_get_flags() 815 pb->pb_flags |= flags; in lustre_msg_add_flags() 831 pb->pb_flags = flags; in lustre_msg_set_flags() 847 pb->pb_flags &= ~(flags & MSG_GEN_FLAG_MASK); in lustre_msg_clear_flags() 1475 __swab32s(&b->pb_flags); in lustre_swab_ptlrpc_body()
|
D | wiretest.c | 685 LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_flags) == 56, "found %lld\n", in lustre_assert_wire_constants() 686 (long long)(int)offsetof(struct ptlrpc_body_v3, pb_flags)); in lustre_assert_wire_constants() 687 LASSERTF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_flags) == 4, "found %lld\n", in lustre_assert_wire_constants() 688 (long long)(int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_flags)); in lustre_assert_wire_constants() 763 …LASSERTF((int)offsetof(struct ptlrpc_body_v3, pb_flags) == (int)offsetof(struct ptlrpc_body_v2, pb… in lustre_assert_wire_constants() 764 (int)offsetof(struct ptlrpc_body_v3, pb_flags), (int)offsetof(struct ptlrpc_body_v2, pb_flags)); in lustre_assert_wire_constants() 765 …TF((int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_flags) == (int)sizeof(((struct ptlrpc_body_v2 *)0)… in lustre_assert_wire_constants() 766 …(int)sizeof(((struct ptlrpc_body_v3 *)0)->pb_flags), (int)sizeof(((struct ptlrpc_body_v2 *)0)->pb_… in lustre_assert_wire_constants()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 1100 __u32 pb_flags; member 1126 __u32 pb_flags; member
|