Searched refs:sx_cap (Results 1 – 3 of 3) sorted by relevance
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()
2526 __u32 sx_cap; member
400 rec->sx_cap = cfs_curproc_cap_pack(); in mdc_xattr_common()