Home
last modified time | relevance | path

Searched refs:cr_type (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_user.h759 __u32 cr_type; /**< \a changelog_rec_type */ member
779 __u32 cr_type; /**< \a changelog_rec_type */ member
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dllog_swab.c173 __swab32s(&cr->cr.cr_type); in lustre_swab_llog_rec()
/linux-4.4.14/fs/nfsd/
Dxdr4.h107 u32 cr_type; /* request */ member
Dnfs4proc.c618 switch (create->cr_type) { in nfsd4_create()
Dnfs4xdr.c606 create->cr_type = be32_to_cpup(p++); in nfsd4_decode_create()
607 switch (create->cr_type) { in nfsd4_decode_create()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3464 LASSERTF((int)offsetof(struct changelog_rec, cr_type) == 4, "found %lld\n", in lustre_assert_wire_constants()
3465 (long long)(int)offsetof(struct changelog_rec, cr_type)); in lustre_assert_wire_constants()
3466 LASSERTF((int)sizeof(((struct changelog_rec *)0)->cr_type) == 4, "found %lld\n", in lustre_assert_wire_constants()
3467 (long long)(int)sizeof(((struct changelog_rec *)0)->cr_type)); in lustre_assert_wire_constants()
3500 LASSERTF((int)offsetof(struct changelog_ext_rec, cr_type) == 4, "found %lld\n", in lustre_assert_wire_constants()
3501 (long long)(int)offsetof(struct changelog_ext_rec, cr_type)); in lustre_assert_wire_constants()
3502 LASSERTF((int)sizeof(((struct changelog_ext_rec *)0)->cr_type) == 4, "found %lld\n", in lustre_assert_wire_constants()
3503 (long long)(int)sizeof(((struct changelog_ext_rec *)0)->cr_type)); in lustre_assert_wire_constants()
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c1471 rec->cr.cr_type, rc); in changelog_kkuc_cb()
1483 " %.*s\n", rec->cr.cr_index, rec->cr.cr_type, in changelog_kkuc_cb()
1484 changelog_type2str(rec->cr.cr_type), rec->cr.cr_time, in changelog_kkuc_cb()