Home
last modified time | relevance | path

Searched refs:cr_tfid (Results 1 – 4 of 4) sorted by relevance

/drivers/staging/lustre/lustre/include/lustre/
Dlustre_user.h768 lustre_fid cr_tfid; /**< target fid */ member
788 lustre_fid cr_tfid; /**< target fid */ member
/drivers/staging/lustre/lustre/obdclass/
Dllog_swab.c179 lustre_swab_lu_fid(&cr->cr.cr_tfid); in lustre_swab_llog_rec()
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3482 LASSERTF((int)offsetof(struct changelog_rec, cr_tfid) == 32, "found %lld\n", in lustre_assert_wire_constants()
3483 (long long)(int)offsetof(struct changelog_rec, cr_tfid)); in lustre_assert_wire_constants()
3484 LASSERTF((int)sizeof(((struct changelog_rec *)0)->cr_tfid) == 16, "found %lld\n", in lustre_assert_wire_constants()
3485 (long long)(int)sizeof(((struct changelog_rec *)0)->cr_tfid)); in lustre_assert_wire_constants()
3518 LASSERTF((int)offsetof(struct changelog_ext_rec, cr_tfid) == 32, "found %lld\n", in lustre_assert_wire_constants()
3519 (long long)(int)offsetof(struct changelog_ext_rec, cr_tfid)); in lustre_assert_wire_constants()
3520 LASSERTF((int)sizeof(((struct changelog_ext_rec *)0)->cr_tfid) == 16, "found %lld\n", in lustre_assert_wire_constants()
3521 (long long)(int)sizeof(((struct changelog_ext_rec *)0)->cr_tfid)); in lustre_assert_wire_constants()
/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c1578 PFID(&rec->cr.cr_tfid), PFID(&rec->cr.cr_pfid), in changelog_kkuc_cb()