Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_user.h763 __u32 cr_type; /**< \a changelog_rec_type */ member
783 __u32 cr_type; /**< \a changelog_rec_type */ member
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dllog_swab.c176 __swab32s(&cr->cr.cr_type); in lustre_swab_llog_rec()
/linux-4.1.27/fs/nfsd/
Dxdr4.h107 u32 cr_type; /* request */ member
Dnfs4proc.c620 switch (create->cr_type) { in nfsd4_create()
Dnfs4xdr.c605 create->cr_type = be32_to_cpup(p++); in nfsd4_decode_create()
606 switch (create->cr_type) { in nfsd4_decode_create()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3466 LASSERTF((int)offsetof(struct changelog_rec, cr_type) == 4, "found %lld\n", in lustre_assert_wire_constants()
3467 (long long)(int)offsetof(struct changelog_rec, cr_type)); in lustre_assert_wire_constants()
3468 LASSERTF((int)sizeof(((struct changelog_rec *)0)->cr_type) == 4, "found %lld\n", in lustre_assert_wire_constants()
3469 (long long)(int)sizeof(((struct changelog_rec *)0)->cr_type)); in lustre_assert_wire_constants()
3502 LASSERTF((int)offsetof(struct changelog_ext_rec, cr_type) == 4, "found %lld\n", in lustre_assert_wire_constants()
3503 (long long)(int)offsetof(struct changelog_ext_rec, cr_type)); in lustre_assert_wire_constants()
3504 LASSERTF((int)sizeof(((struct changelog_ext_rec *)0)->cr_type) == 4, "found %lld\n", in lustre_assert_wire_constants()
3505 (long long)(int)sizeof(((struct changelog_ext_rec *)0)->cr_type)); in lustre_assert_wire_constants()
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c1566 rec->cr.cr_type, rc); in changelog_kkuc_cb()
1578 " %.*s\n", rec->cr.cr_index, rec->cr.cr_type, in changelog_kkuc_cb()
1579 changelog_type2str(rec->cr.cr_type), rec->cr.cr_time, in changelog_kkuc_cb()