Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/mdc/
Dmdc_lib.c355 rec->ul_cap = op_data->op_cap; in mdc_unlink_pack()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c2401 LASSERTF((int)offsetof(struct mdt_rec_unlink, ul_cap) == 4, "found %lld\n", in lustre_assert_wire_constants()
2402 (long long)(int)offsetof(struct mdt_rec_unlink, ul_cap)); in lustre_assert_wire_constants()
2403 LASSERTF((int)sizeof(((struct mdt_rec_unlink *)0)->ul_cap) == 4, "found %lld\n", in lustre_assert_wire_constants()
2404 (long long)(int)sizeof(((struct mdt_rec_unlink *)0)->ul_cap)); in lustre_assert_wire_constants()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2460 __u32 ul_cap; member