Searched refs:sx_valid (Results 1 – 3 of 3) sorted by relevance
2647 LASSERTF((int)offsetof(struct mdt_rec_setxattr, sx_valid) == 72, "found %lld\n", in lustre_assert_wire_constants()2648 (long long)(int)offsetof(struct mdt_rec_setxattr, sx_valid)); in lustre_assert_wire_constants()2649 LASSERTF((int)sizeof(((struct mdt_rec_setxattr *)0)->sx_valid) == 8, "found %lld\n", in lustre_assert_wire_constants()2650 (long long)(int)sizeof(((struct mdt_rec_setxattr *)0)->sx_valid)); in lustre_assert_wire_constants()
2534 __u64 sx_valid; member
404 rec->sx_valid = valid | OBD_MD_FLCTIME; in mdc_xattr_common()