Home
last modified time | relevance | path

Searched refs:gf_path (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/lmv/
Dlmv_obd.c726 if (strlen(ori_gf->gf_path) + in lmv_fid2path()
727 strlen(gf->gf_path) > ori_gf->gf_pathlen) { in lmv_fid2path()
732 ptr = ori_gf->gf_path; in lmv_fid2path()
734 memmove(ptr + strlen(gf->gf_path) + 1, ptr, in lmv_fid2path()
735 strlen(ori_gf->gf_path)); in lmv_fid2path()
737 strncpy(ptr, gf->gf_path, strlen(gf->gf_path)); in lmv_fid2path()
738 ptr += strlen(gf->gf_path); in lmv_fid2path()
744 gf->gf_path, PFID(&gf->gf_fid), gf->gf_recno, in lmv_fid2path()
778 memset(remote_gf->gf_path, 0, remote_gf->gf_pathlen); in lmv_fid2path()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3931 LASSERTF((int)offsetof(struct getinfo_fid2path, gf_path[0]) == 32, "found %lld\n", in lustre_assert_wire_constants()
3932 (long long)(int)offsetof(struct getinfo_fid2path, gf_path[0])); in lustre_assert_wire_constants()
3933 LASSERTF((int)sizeof(((struct getinfo_fid2path *)0)->gf_path[0]) == 1, "found %lld\n", in lustre_assert_wire_constants()
3934 (long long)(int)sizeof(((struct getinfo_fid2path *)0)->gf_path[0])); in lustre_assert_wire_constants()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3579 char gf_path[0]; member
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c1234 PFID(&gf->gf_fid), gf->gf_recno, gf->gf_linkno, gf->gf_path); in mdc_ioc_fid2path()