Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_user.h771 lustre_fid cr_pfid; /**< parent fid */ member
791 lustre_fid cr_pfid; /**< target parent fid */ member
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dllog_swab.c181 lustre_swab_lu_fid(&cr->cr.cr_pfid); in lustre_swab_llog_rec()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3486 LASSERTF((int)offsetof(struct changelog_rec, cr_pfid) == 48, "found %lld\n", in lustre_assert_wire_constants()
3487 (long long)(int)offsetof(struct changelog_rec, cr_pfid)); in lustre_assert_wire_constants()
3488 LASSERTF((int)sizeof(((struct changelog_rec *)0)->cr_pfid) == 16, "found %lld\n", in lustre_assert_wire_constants()
3489 (long long)(int)sizeof(((struct changelog_rec *)0)->cr_pfid)); in lustre_assert_wire_constants()
3522 LASSERTF((int)offsetof(struct changelog_ext_rec, cr_pfid) == 48, "found %lld\n", in lustre_assert_wire_constants()
3523 (long long)(int)offsetof(struct changelog_ext_rec, cr_pfid)); in lustre_assert_wire_constants()
3524 LASSERTF((int)sizeof(((struct changelog_ext_rec *)0)->cr_pfid) == 16, "found %lld\n", in lustre_assert_wire_constants()
3525 (long long)(int)sizeof(((struct changelog_ext_rec *)0)->cr_pfid)); in lustre_assert_wire_constants()
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c1581 PFID(&rec->cr.cr_tfid), PFID(&rec->cr.cr_pfid), in changelog_kkuc_cb()