Searched refs:sx_cap (Results 1 – 3 of 3) sorted by relevance
2593 LASSERTF((int)offsetof(struct mdt_rec_setxattr, sx_cap) == 4, "found %lld\n", in lustre_assert_wire_constants()2594 (long long)(int)offsetof(struct mdt_rec_setxattr, sx_cap)); in lustre_assert_wire_constants()2595 LASSERTF((int)sizeof(((struct mdt_rec_setxattr *)0)->sx_cap) == 4, "found %lld\n", in lustre_assert_wire_constants()2596 (long long)(int)sizeof(((struct mdt_rec_setxattr *)0)->sx_cap)); in lustre_assert_wire_constants()
2514 __u32 sx_cap; member
343 rec->sx_cap = cfs_curproc_cap_pack(); in mdc_xattr_common()