Home
last modified time | relevance | path

Searched refs:fh4 (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dnfs4ops.c91 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()
405 if (dir->fh.fh4.len > 0) in nfs4lookup()
479 cd.fh.fh4.len = lookupres.lr_attrs.b_fattr4_filehandle.len; in nfs4lookup()
481 cd.fh.fh4.len); in nfs4lookup()
518 if (dir->fh.fh4.len > 0) in nfs4lookupp()
577 cd.fh.fh4.len = lookupres.lr_attrs.b_fattr4_filehandle.len; in nfs4lookupp()
579 cd.fh.fh4.len); in nfs4lookupp()
613 if (cfile->fh.fh4.len > 0) in nfs4getsymlink()
[all …]
H A Dgetdents4.c109 if (nfp->fh.fh4.len > 0) in nfs4getdents()
110 compound_init(&readdir_args.rd_arg, &str, 0, 2, &nfp->fh.fh4); in nfs4getdents()
H A Dnfs_inet.h88 struct nfs_bfh4 fh4; member
H A Dmount.c440 roothandle.fh.fh4.len = 0; /* Force a PUTROOTFH */ in nfs4init()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_export.c2977 nfs_fh4 fh4; in add_volrnm_fh() local
2980 fh4.nfs_fh4_val = fhbuf; in add_volrnm_fh()
2981 error = makefh4(&fh4, vp, exi); in add_volrnm_fh()
2982 if ((error) || (fh4.nfs_fh4_len != sizeof (p->vrn_fh_fmt))) { in add_volrnm_fh()
2988 p = find_volrnm_fh(exi, &fh4); in add_volrnm_fh()
2992 bcopy(fh4.nfs_fh4_val, &p->vrn_fh_fmt, sizeof (p->vrn_fh_fmt)); in add_volrnm_fh()