Searched refs:gf_recno (Results 1 – 5 of 5) sorted by relevance
/drivers/staging/lustre/lustre/mdc/ |
D | mdc_request.c | 1122 PFID(&gf->gf_fid), gf->gf_recno, gf->gf_linkno); in mdc_ioc_fid2path() 1145 PFID(&gf->gf_fid), gf->gf_recno, gf->gf_linkno, gf->gf_path); in mdc_ioc_fid2path()
|
/drivers/staging/lustre/lustre/lmv/ |
D | lmv_obd.c | 710 gf->gf_path, PFID(&gf->gf_fid), gf->gf_recno, in lmv_fid2path() 742 remote_gf->gf_recno = -1; in lmv_fid2path()
|
/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 3917 LASSERTF((int)offsetof(struct getinfo_fid2path, gf_recno) == 16, "found %lld\n", in lustre_assert_wire_constants() 3918 (long long)(int)offsetof(struct getinfo_fid2path, gf_recno)); in lustre_assert_wire_constants() 3919 LASSERTF((int)sizeof(((struct getinfo_fid2path *)0)->gf_recno) == 8, "found %lld\n", in lustre_assert_wire_constants() 3920 (long long)(int)sizeof(((struct getinfo_fid2path *)0)->gf_recno)); in lustre_assert_wire_constants()
|
D | pack_generic.c | 1820 __swab64s(&gf->gf_recno); in lustre_swab_fid2path()
|
/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 3526 __u64 gf_recno; member
|