Home
last modified time | relevance | path

Searched refs:fh3 (Results 1 – 12 of 12) sorted by relevance

/titanic_44/usr/src/stand/lib/fs/nfs/
H A Dnfs3ops.c71 read_args.file.data.data_len = filep->fh.fh3.len; in nfs3read()
72 read_args.file.data.data_val = filep->fh.fh3.data; in nfs3read()
195 getattr_args.object.data.data_len = nfp->fh.fh3.len; in nfs3getattr()
196 getattr_args.object.data.data_val = nfp->fh.fh3.data; in nfs3getattr()
362 dirop.what.dir.data.data_len = dir->fh.fh3.len; in nfs3lookup()
363 dirop.what.dir.data.data_val = dir->fh.fh3.data; in nfs3lookup()
396 cd.fh.fh3.len = res_lookup.LOOKUP3res_u.resok.object.data.data_len; in nfs3lookup()
398 cd.fh.fh3.data, cd.fh.fh3.len); in nfs3lookup()
416 linkargs.symlink.data.data_len = cfile->fh.fh3.len; in nfs3getsymlink()
417 linkargs.symlink.data.data_val = cfile->fh.fh3.data; in nfs3getsymlink()
H A Dgetdents3.c103 rda.dir.data.data_len = nfp->fh.fh3.len; in nfs3getdents()
104 rda.dir.data.data_val = nfp->fh.fh3.data; in nfs3getdents()
H A Dmount.c364 filep->fh.fh3.len = res3.mountres3_u.mountinfo.fhandle.fhandle3_len; in nfs3mountroot()
366 filep->fh.fh3.data, in nfs3mountroot()
367 filep->fh.fh3.len); in nfs3mountroot()
H A Dnfs_inet.h87 struct nfs_bfh3 fh3; member
/titanic_44/usr/src/cmd/fs.d/nfs/nfslog/
H A Dfhtab.h166 #define NFSLOG_GET_FHANDLE3(fh3) \ argument
167 (((fh3)->fh3_length == sizeof (fhandle_t)) ? \
168 (fhandle_t *)&(fh3)->fh3_u.data : &public_fh)
H A Dnfslog_trans.c97 nfs_fh3 fh3; member
210 if (pte->fh_u.fh3.fh3_length == in insert_te()
211 entry->fh_u.fh3.fh3_length && in insert_te()
212 bcmp(pte->fh_u.fh3.fh3_u.data, in insert_te()
213 entry->fh_u.fh3.fh3_u.data, in insert_te()
214 pte->fh_u.fh3.fh3_length) == 0) in insert_te()
1226 newte->fh_u.fh3 = args->file; in trans_read3()
1295 newte->fh_u.fh3 = args->file; in trans_write3()
1378 newte->fh_u.fh3 = args->object; in trans_setattr3()
1441 newte->fh_u.fh3 = args->where.dir; in trans_create3()
[all …]
H A Dnfslog_elf.c590 nfslog_fh3_print(struct nfsl_log_file *elfrec, nfs_fh3 *fh3) in nfslog_fh3_print() argument
594 if (fh3->fh3_length == sizeof (fhandle_t)) { in nfslog_fh3_print()
595 nfslog_fhandle_print(elfrec, (fhandle_t *)&fh3->fh3_u.data); in nfslog_fh3_print()
597 nfslog_opaque_print_buf(fh3->fh3_u.data, fh3->fh3_length, in nfslog_fh3_print()
/titanic_44/usr/src/cmd/rexd/
H A Dmount_nfs.c125 nfs_fh3 fh3; in mount_nfs() local
321 fh3.fh3_length = in mount_nfs()
323 memcpy(fh3.fh3_u.data, in mount_nfs()
325 fh3.fh3_length); in mount_nfs()
326 args.fh = (caddr_t)&fh3; in mount_nfs()
/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs_log.c1540 nfs_fh3 *fh3; in nfslog_get_exi() local
1581 fh3 = &((LOOKUP3res *)res)->res_u.ok.object; in nfslog_get_exi()
1582 exi_ret = checkexport(&fh3->fh3_fsid, in nfslog_get_exi()
1583 FH3TOXFIDP(fh3), NULL); in nfslog_get_exi()
H A Dnfs_server.c1589 nfs_fh3 *fh3; in common_dispatch() local
1600 fh3 = (nfs_fh3 *)fh; in common_dispatch()
1601 fsid = &fh3->fh3_fsid; in common_dispatch()
1602 fid = FH3TOFIDP(fh3); in common_dispatch()
1603 xfid = FH3TOXFIDP(fh3); in common_dispatch()
H A Dnfs3_srv.c2676 nfs_fh3 *fh3; in rfs3_rename() local
2719 fh3 = &args->to.dir; in rfs3_rename()
2720 to_exi = checkexport(&fh3->fh3_fsid, FH3TOXFIDP(fh3), NULL); in rfs3_rename()
2905 nfs_fh3 *fh3; in rfs3_link() local
2929 fh3 = &args->link.dir; in rfs3_link()
2930 to_exi = checkexport(&fh3->fh3_fsid, FH3TOXFIDP(fh3), NULL); in rfs3_link()
/titanic_44/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c674 nfs_fh3 fh3; in nfsmount() local
1818 fh3.fh3_length = in nfsmount()
1821 (void) memcpy(fh3.fh3_u.data, in nfsmount()
1824 fh3.fh3_length); in nfsmount()
1834 (void) memcpy(argp->fh, &fh3, sizeof (nfs_fh3)); in nfsmount()