Searched refs:getinfo_fid2path (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 3913 LASSERTF((int)sizeof(struct getinfo_fid2path) == 32, "found %lld\n", in lustre_assert_wire_constants() 3914 (long long)(int)sizeof(struct getinfo_fid2path)); in lustre_assert_wire_constants() 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() 3919 LASSERTF((int)offsetof(struct getinfo_fid2path, gf_recno) == 16, "found %lld\n", in lustre_assert_wire_constants() 3920 (long long)(int)offsetof(struct getinfo_fid2path, gf_recno)); in lustre_assert_wire_constants() 3921 LASSERTF((int)sizeof(((struct getinfo_fid2path *)0)->gf_recno) == 8, "found %lld\n", in lustre_assert_wire_constants() 3922 (long long)(int)sizeof(((struct getinfo_fid2path *)0)->gf_recno)); in lustre_assert_wire_constants() [all …]
|
D | pack_generic.c | 1971 void lustre_swab_fid2path(struct getinfo_fid2path *gf) in lustre_swab_fid2path()
|
/linux-4.1.27/drivers/staging/lustre/lustre/lmv/ |
D | lmv_obd.c | 703 struct getinfo_fid2path *gf; in lmv_fid2path() 705 struct getinfo_fid2path *remote_gf = NULL; in lmv_fid2path() 709 gf = (struct getinfo_fid2path *)karg; in lmv_fid2path() 722 struct getinfo_fid2path *ori_gf; in lmv_fid2path() 725 ori_gf = (struct getinfo_fid2path *)karg; in lmv_fid2path()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 3574 struct getinfo_fid2path { struct 3582 void lustre_swab_fid2path (struct getinfo_fid2path *gf); argument
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | file.c | 1745 const struct getinfo_fid2path __user *gfin = arg; in ll_fid2path() 1746 struct getinfo_fid2path *gfout; in ll_fid2path()
|
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/ |
D | mdc_request.c | 1191 static int mdc_ioc_fid2path(struct obd_export *exp, struct getinfo_fid2path *gf) in mdc_ioc_fid2path()
|