Searched refs:gf_path (Results 1 – 4 of 4) sorted by relevance
/drivers/staging/lustre/lustre/lmv/ |
D | lmv_obd.c | 692 if (strlen(ori_gf->gf_path) + in lmv_fid2path() 693 strlen(gf->gf_path) > ori_gf->gf_pathlen) { in lmv_fid2path() 698 ptr = ori_gf->gf_path; in lmv_fid2path() 700 memmove(ptr + strlen(gf->gf_path) + 1, ptr, in lmv_fid2path() 701 strlen(ori_gf->gf_path)); in lmv_fid2path() 703 strcpy(ptr, gf->gf_path); in lmv_fid2path() 704 ptr += strlen(gf->gf_path); in lmv_fid2path() 710 gf->gf_path, PFID(&gf->gf_fid), gf->gf_recno, in lmv_fid2path() 744 memset(remote_gf->gf_path, 0, remote_gf->gf_pathlen); in lmv_fid2path()
|
/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 3929 LASSERTF((int)offsetof(struct getinfo_fid2path, gf_path[0]) == 32, "found %lld\n", in lustre_assert_wire_constants() 3930 (long long)(int)offsetof(struct getinfo_fid2path, gf_path[0])); in lustre_assert_wire_constants() 3931 LASSERTF((int)sizeof(((struct getinfo_fid2path *)0)->gf_path[0]) == 1, "found %lld\n", in lustre_assert_wire_constants() 3932 (long long)(int)sizeof(((struct getinfo_fid2path *)0)->gf_path[0])); in lustre_assert_wire_constants()
|
/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 3529 char gf_path[0]; member
|
/drivers/staging/lustre/lustre/mdc/ |
D | mdc_request.c | 1145 PFID(&gf->gf_fid), gf->gf_recno, gf->gf_linkno, gf->gf_path); in mdc_ioc_fid2path()
|