Home
last modified time | relevance | path

Searched refs:gf_linkno (Results 1 – 5 of 5) sorted by relevance

/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c1208 PFID(&gf->gf_fid), gf->gf_recno, gf->gf_linkno); in mdc_ioc_fid2path()
1231 PFID(&gf->gf_fid), gf->gf_recno, gf->gf_linkno, gf->gf_path); in mdc_ioc_fid2path()
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3923 LASSERTF((int)offsetof(struct getinfo_fid2path, gf_linkno) == 24, "found %lld\n", in lustre_assert_wire_constants()
3924 (long long)(int)offsetof(struct getinfo_fid2path, gf_linkno)); in lustre_assert_wire_constants()
3925 LASSERTF((int)sizeof(((struct getinfo_fid2path *)0)->gf_linkno) == 4, "found %lld\n", in lustre_assert_wire_constants()
3926 (long long)(int)sizeof(((struct getinfo_fid2path *)0)->gf_linkno)); in lustre_assert_wire_constants()
Dpack_generic.c2003 __swab32s(&gf->gf_linkno); in lustre_swab_fid2path()
/drivers/staging/lustre/lustre/lmv/
Dlmv_obd.c747 gf->gf_linkno); in lmv_fid2path()
779 remote_gf->gf_linkno = -1; in lmv_fid2path()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3572 __u32 gf_linkno; member