Home
last modified time | relevance | path

Searched refs:sx_cap (Results 1 – 3 of 3) sorted by relevance

/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c2593 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()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2514 __u32 sx_cap; member
/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c343 rec->sx_cap = cfs_curproc_cap_pack(); in mdc_xattr_common()