Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/mdc/
Dmdc_lib.c152 rec->cr_cap = cap_effective; in mdc_create_pack()
226 rec->cr_cap = cfs_curproc_cap_pack(); in mdc_open_pack()
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c2211 LASSERTF((int)offsetof(struct mdt_rec_create, cr_cap) == 4, "found %lld\n", in lustre_assert_wire_constants()
2212 (long long)(int)offsetof(struct mdt_rec_create, cr_cap)); in lustre_assert_wire_constants()
2213 LASSERTF((int)sizeof(((struct mdt_rec_create *)0)->cr_cap) == 4, "found %lld\n", in lustre_assert_wire_constants()
2214 (long long)(int)sizeof(((struct mdt_rec_create *)0)->cr_cap)); in lustre_assert_wire_constants()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2399 __u32 cr_cap; member