Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/mdc/
Dmdc_lib.c413 rec->rn_bias = op_data->op_bias; in mdc_rename_pack()
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c2561 LASSERTF((int)offsetof(struct mdt_rec_rename, rn_bias) == 112, "found %lld\n", in lustre_assert_wire_constants()
2562 (long long)(int)offsetof(struct mdt_rec_rename, rn_bias)); in lustre_assert_wire_constants()
2563 LASSERTF((int)sizeof(((struct mdt_rec_rename *)0)->rn_bias) == 4, "found %lld\n", in lustre_assert_wire_constants()
2564 (long long)(int)sizeof(((struct mdt_rec_rename *)0)->rn_bias)); in lustre_assert_wire_constants()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2503 __u32 rn_bias; /* some operation flags */ member