Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/include/lustre/
Dlustre_user.h767 lustre_fid cr_pfid; /**< parent fid */ member
787 lustre_fid cr_pfid; /**< target parent fid */ member
/drivers/staging/lustre/lustre/obdclass/
Dllog_swab.c178 lustre_swab_lu_fid(&cr->cr.cr_pfid); in lustre_swab_llog_rec()
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3484 LASSERTF((int)offsetof(struct changelog_rec, cr_pfid) == 48, "found %lld\n", in lustre_assert_wire_constants()
3485 (long long)(int)offsetof(struct changelog_rec, cr_pfid)); in lustre_assert_wire_constants()
3486 LASSERTF((int)sizeof(((struct changelog_rec *)0)->cr_pfid) == 16, "found %lld\n", in lustre_assert_wire_constants()
3487 (long long)(int)sizeof(((struct changelog_rec *)0)->cr_pfid)); in lustre_assert_wire_constants()
3520 LASSERTF((int)offsetof(struct changelog_ext_rec, cr_pfid) == 48, "found %lld\n", in lustre_assert_wire_constants()
3521 (long long)(int)offsetof(struct changelog_ext_rec, cr_pfid)); in lustre_assert_wire_constants()
3522 LASSERTF((int)sizeof(((struct changelog_ext_rec *)0)->cr_pfid) == 16, "found %lld\n", in lustre_assert_wire_constants()
3523 (long long)(int)sizeof(((struct changelog_ext_rec *)0)->cr_pfid)); in lustre_assert_wire_constants()
/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c1486 PFID(&rec->cr.cr_tfid), PFID(&rec->cr.cr_pfid), in changelog_kkuc_cb()