Lines Matching refs:fh
93 if (filep->fh.fh4.len > 0) in nfs4read()
94 compound_init(&readargs.r_arg, &str, 0, 2, &filep->fh.fh4); in nfs4read()
199 if (nfp->fh.fh4.len > 0) in nfs4getattr()
200 compound_init(&getattrargs.ga_arg, &str, 0, 2, &nfp->fh.fh4); in nfs4getattr()
406 if (dir->fh.fh4.len > 0) in nfs4lookup()
407 compound_init(&lookupargs.la_arg, &str, 0, 3, &dir->fh.fh4); in nfs4lookup()
480 cd.fh.fh4.len = lookupres.lr_attrs.b_fattr4_filehandle.len; in nfs4lookup()
481 bcopy(lookupres.lr_attrs.b_fattr4_filehandle.data, cd.fh.fh4.data, in nfs4lookup()
482 cd.fh.fh4.len); in nfs4lookup()
519 if (dir->fh.fh4.len > 0) in nfs4lookupp()
520 compound_init(&lookuppargs.la_arg, &str, 0, 3, &dir->fh.fh4); in nfs4lookupp()
578 cd.fh.fh4.len = lookupres.lr_attrs.b_fattr4_filehandle.len; in nfs4lookupp()
579 bcopy(lookupres.lr_attrs.b_fattr4_filehandle.data, cd.fh.fh4.data, in nfs4lookupp()
580 cd.fh.fh4.len); in nfs4lookupp()
614 if (cfile->fh.fh4.len > 0) in nfs4getsymlink()
616 &cfile->fh.fh4); in nfs4getsymlink()