Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c1108 if (gf->gf_pathlen > PATH_MAX) in mdc_ioc_fid2path()
1110 if (gf->gf_pathlen < 2) in mdc_ioc_fid2path()
1130 vallen = sizeof(*gf) + gf->gf_pathlen; in mdc_ioc_fid2path()
1139 } else if (vallen > sizeof(*gf) + gf->gf_pathlen) { in mdc_ioc_fid2path()
/linux-4.4.14/drivers/staging/lustre/lustre/lmv/
Dlmv_obd.c693 strlen(gf->gf_path) > ori_gf->gf_pathlen) { in lmv_fid2path()
724 remote_gf->gf_pathlen = PATH_MAX; in lmv_fid2path()
744 memset(remote_gf->gf_path, 0, remote_gf->gf_pathlen); in lmv_fid2path()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3925 LASSERTF((int)offsetof(struct getinfo_fid2path, gf_pathlen) == 28, "found %lld\n", in lustre_assert_wire_constants()
3926 (long long)(int)offsetof(struct getinfo_fid2path, gf_pathlen)); in lustre_assert_wire_constants()
3927 LASSERTF((int)sizeof(((struct getinfo_fid2path *)0)->gf_pathlen) == 4, "found %lld\n", in lustre_assert_wire_constants()
3928 (long long)(int)sizeof(((struct getinfo_fid2path *)0)->gf_pathlen)); in lustre_assert_wire_constants()
Dpack_generic.c1822 __swab32s(&gf->gf_pathlen); in lustre_swab_fid2path()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3528 __u32 gf_pathlen; member
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dfile.c1747 if (get_user(pathlen, &gfin->gf_pathlen)) in ll_fid2path()