Searched refs:fh4 (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/stand/lib/fs/nfs/ |
H A D | nfs4ops.c | 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() [all …]
|
H A D | getdents4.c | 109 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 D | nfs_inet.h | 88 struct nfs_bfh4 fh4; member
|
H A D | mount.c | 442 roothandle.fh.fh4.len = 0; /* Force a PUTROOTFH */ in nfs4init()
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs_export.c | 2697 nfs_fh4 fh4; in add_volrnm_fh() local 2700 fh4.nfs_fh4_val = fhbuf; in add_volrnm_fh() 2701 error = makefh4(&fh4, vp, exi); in add_volrnm_fh() 2702 if ((error) || (fh4.nfs_fh4_len != sizeof (p->vrn_fh_fmt))) { in add_volrnm_fh() 2708 p = find_volrnm_fh(exi, &fh4); in add_volrnm_fh() 2712 bcopy(fh4.nfs_fh4_val, &p->vrn_fh_fmt, sizeof (p->vrn_fh_fmt)); in add_volrnm_fh()
|