Home
last modified time | relevance | path

Searched refs:getinfo_fid2path (Results 1 – 6 of 6) sorted by relevance

/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3911 LASSERTF((int)sizeof(struct getinfo_fid2path) == 32, "found %lld\n", in lustre_assert_wire_constants()
3912 (long long)(int)sizeof(struct getinfo_fid2path)); in lustre_assert_wire_constants()
3913 LASSERTF((int)offsetof(struct getinfo_fid2path, gf_fid) == 0, "found %lld\n", in lustre_assert_wire_constants()
3914 (long long)(int)offsetof(struct getinfo_fid2path, gf_fid)); in lustre_assert_wire_constants()
3915 LASSERTF((int)sizeof(((struct getinfo_fid2path *)0)->gf_fid) == 16, "found %lld\n", in lustre_assert_wire_constants()
3916 (long long)(int)sizeof(((struct getinfo_fid2path *)0)->gf_fid)); in lustre_assert_wire_constants()
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()
[all …]
Dpack_generic.c1817 void lustre_swab_fid2path(struct getinfo_fid2path *gf) in lustre_swab_fid2path()
/drivers/staging/lustre/lustre/lmv/
Dlmv_obd.c669 struct getinfo_fid2path *gf; in lmv_fid2path()
671 struct getinfo_fid2path *remote_gf = NULL; in lmv_fid2path()
675 gf = (struct getinfo_fid2path *)karg; in lmv_fid2path()
688 struct getinfo_fid2path *ori_gf; in lmv_fid2path()
691 ori_gf = (struct getinfo_fid2path *)karg; in lmv_fid2path()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3524 struct getinfo_fid2path { struct
3532 void lustre_swab_fid2path (struct getinfo_fid2path *gf); argument
/drivers/staging/lustre/lustre/llite/
Dfile.c1736 const struct getinfo_fid2path __user *gfin = arg; in ll_fid2path()
1737 struct getinfo_fid2path *gfout; in ll_fid2path()
/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c1102 static int mdc_ioc_fid2path(struct obd_export *exp, struct getinfo_fid2path *gf) in mdc_ioc_fid2path()