Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/mdc/
Dmdc_lib.c128 rec->cr_mode = mode; in mdc_create_pack()
199 rec->cr_mode = mode; in mdc_open_pack()
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c2273 LASSERTF((int)offsetof(struct mdt_rec_create, cr_mode) == 112, "found %lld\n", in lustre_assert_wire_constants()
2274 (long long)(int)offsetof(struct mdt_rec_create, cr_mode)); in lustre_assert_wire_constants()
2275 LASSERTF((int)sizeof(((struct mdt_rec_create *)0)->cr_mode) == 4, "found %lld\n", in lustre_assert_wire_constants()
2276 (long long)(int)sizeof(((struct mdt_rec_create *)0)->cr_mode)); in lustre_assert_wire_constants()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2408 __u32 cr_mode; member