Lines Matching refs:fh
91 if (filep->fh.fh4.len > 0) in nfs4read()
92 compound_init(&readargs.r_arg, &str, 0, 2, &filep->fh.fh4); in nfs4read()
198 if (nfp->fh.fh4.len > 0) in nfs4getattr()
199 compound_init(&getattrargs.ga_arg, &str, 0, 2, &nfp->fh.fh4); in nfs4getattr()
405 if (dir->fh.fh4.len > 0) in nfs4lookup()
406 compound_init(&lookupargs.la_arg, &str, 0, 3, &dir->fh.fh4); in nfs4lookup()
479 cd.fh.fh4.len = lookupres.lr_attrs.b_fattr4_filehandle.len; in nfs4lookup()
480 bcopy(lookupres.lr_attrs.b_fattr4_filehandle.data, cd.fh.fh4.data, in nfs4lookup()
481 cd.fh.fh4.len); in nfs4lookup()
518 if (dir->fh.fh4.len > 0) in nfs4lookupp()
519 compound_init(&lookuppargs.la_arg, &str, 0, 3, &dir->fh.fh4); in nfs4lookupp()
577 cd.fh.fh4.len = lookupres.lr_attrs.b_fattr4_filehandle.len; in nfs4lookupp()
578 bcopy(lookupres.lr_attrs.b_fattr4_filehandle.data, cd.fh.fh4.data, in nfs4lookupp()
579 cd.fh.fh4.len); in nfs4lookupp()
613 if (cfile->fh.fh4.len > 0) in nfs4getsymlink()
615 &cfile->fh.fh4); in nfs4getsymlink()