Searched refs:gf_fid (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/lmv/ |
D | lmv_obd.c | 710 tgt = lmv_find_target(lmv, &gf->gf_fid); in lmv_fid2path() 744 gf->gf_path, PFID(&gf->gf_fid), gf->gf_recno, in lmv_fid2path() 761 if (!fid_is_sane(&gf->gf_fid)) { in lmv_fid2path() 764 PFID(&gf->gf_fid), -EINVAL); in lmv_fid2path() 769 tgt = lmv_find_target(lmv, &gf->gf_fid); in lmv_fid2path() 775 remote_gf->gf_fid = gf->gf_fid; in lmv_fid2path()
|
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/ |
D | mdc_request.c | 1211 PFID(&gf->gf_fid), gf->gf_recno, gf->gf_linkno); in mdc_ioc_fid2path() 1213 if (!fid_is_sane(&gf->gf_fid)) { in mdc_ioc_fid2path() 1234 PFID(&gf->gf_fid), gf->gf_recno, gf->gf_linkno, gf->gf_path); in mdc_ioc_fid2path()
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 3915 LASSERTF((int)offsetof(struct getinfo_fid2path, gf_fid) == 0, "found %lld\n", in lustre_assert_wire_constants() 3916 (long long)(int)offsetof(struct getinfo_fid2path, gf_fid)); in lustre_assert_wire_constants() 3917 LASSERTF((int)sizeof(((struct getinfo_fid2path *)0)->gf_fid) == 16, "found %lld\n", in lustre_assert_wire_constants() 3918 (long long)(int)sizeof(((struct getinfo_fid2path *)0)->gf_fid)); in lustre_assert_wire_constants()
|
D | pack_generic.c | 1973 lustre_swab_lu_fid(&gf->gf_fid); in lustre_swab_fid2path()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 3575 struct lu_fid gf_fid; member
|