Searched refs:mdt_rec_setxattr (Results 1 – 3 of 3) sorted by relevance
/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 2589 LASSERTF((int)sizeof(struct mdt_rec_setxattr) == 136, "found %lld\n", in lustre_assert_wire_constants() 2590 (long long)(int)sizeof(struct mdt_rec_setxattr)); in lustre_assert_wire_constants() 2591 LASSERTF((int)offsetof(struct mdt_rec_setxattr, sx_opcode) == 0, "found %lld\n", in lustre_assert_wire_constants() 2592 (long long)(int)offsetof(struct mdt_rec_setxattr, sx_opcode)); in lustre_assert_wire_constants() 2593 LASSERTF((int)sizeof(((struct mdt_rec_setxattr *)0)->sx_opcode) == 4, "found %lld\n", in lustre_assert_wire_constants() 2594 (long long)(int)sizeof(((struct mdt_rec_setxattr *)0)->sx_opcode)); in lustre_assert_wire_constants() 2595 LASSERTF((int)offsetof(struct mdt_rec_setxattr, sx_cap) == 4, "found %lld\n", in lustre_assert_wire_constants() 2596 (long long)(int)offsetof(struct mdt_rec_setxattr, sx_cap)); in lustre_assert_wire_constants() 2597 LASSERTF((int)sizeof(((struct mdt_rec_setxattr *)0)->sx_cap) == 4, "found %lld\n", in lustre_assert_wire_constants() 2598 (long long)(int)sizeof(((struct mdt_rec_setxattr *)0)->sx_cap)); in lustre_assert_wire_constants() [all …]
|
/drivers/staging/lustre/lustre/mdc/ |
D | mdc_request.c | 392 struct mdt_rec_setxattr *rec; in mdc_xattr_common() 394 CLASSERT(sizeof(struct mdt_rec_setxattr) == in mdc_xattr_common()
|
/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 2519 struct mdt_rec_setxattr { struct
|