Searched refs:fh3 (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/stand/lib/fs/nfs/ |
H A D | nfs3ops.c | 71 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 D | getdents3.c | 101 rda.dir.data.data_len = nfp->fh.fh3.len; in nfs3getdents() 102 rda.dir.data.data_val = nfp->fh.fh3.data; in nfs3getdents()
|
H A D | mount.c | 362 filep->fh.fh3.len = res3.mountres3_u.mountinfo.fhandle.fhandle3_len; in nfs3mountroot() 364 filep->fh.fh3.data, in nfs3mountroot() 365 filep->fh.fh3.len); in nfs3mountroot()
|
H A D | nfs_inet.h | 87 struct nfs_bfh3 fh3; member
|
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/ |
H A D | fhtab.h | 164 #define NFSLOG_GET_FHANDLE3(fh3) \ argument 165 (((fh3)->fh3_length == sizeof (fhandle_t)) ? \ 166 (fhandle_t *)&(fh3)->fh3_u.data : &public_fh)
|
H A D | nfslog_trans.c | 95 nfs_fh3 fh3; member 208 if (pte->fh_u.fh3.fh3_length == in insert_te() 209 entry->fh_u.fh3.fh3_length && in insert_te() 210 bcmp(pte->fh_u.fh3.fh3_u.data, in insert_te() 211 entry->fh_u.fh3.fh3_u.data, in insert_te() 212 pte->fh_u.fh3.fh3_length) == 0) in insert_te() 1224 newte->fh_u.fh3 = args->file; in trans_read3() 1293 newte->fh_u.fh3 = args->file; in trans_write3() 1376 newte->fh_u.fh3 = args->object; in trans_setattr3() 1439 newte->fh_u.fh3 = args->where.dir; in trans_create3() [all …]
|
H A D | nfslog_elf.c | 588 nfslog_fh3_print(struct nfsl_log_file *elfrec, nfs_fh3 *fh3) in nfslog_fh3_print() argument 592 if (fh3->fh3_length == sizeof (fhandle_t)) { in nfslog_fh3_print() 593 nfslog_fhandle_print(elfrec, (fhandle_t *)&fh3->fh3_u.data); in nfslog_fh3_print() 595 nfslog_opaque_print_buf(fh3->fh3_u.data, fh3->fh3_length, in nfslog_fh3_print()
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_log.c | 1544 nfs_fh3 *fh3; in nfslog_get_exi() local 1585 fh3 = &((LOOKUP3res *)res)->res_u.ok.object; in nfslog_get_exi() 1586 exi_ret = checkexport(&fh3->fh3_fsid, in nfslog_get_exi() 1587 FH3TOXFIDP(fh3)); in nfslog_get_exi()
|
H A D | nfs_server.c | 1607 nfs_fh3 *fh3; in common_dispatch() local 1618 fh3 = (nfs_fh3 *)fh; in common_dispatch() 1619 fsid = &fh3->fh3_fsid; in common_dispatch() 1620 fid = FH3TOFIDP(fh3); in common_dispatch() 1621 xfid = FH3TOXFIDP(fh3); in common_dispatch()
|
H A D | nfs3_srv.c | 2750 nfs_fh3 *fh3; in rfs3_rename() local 2794 fh3 = &args->to.dir; in rfs3_rename() 2795 to_exi = checkexport(&fh3->fh3_fsid, FH3TOXFIDP(fh3)); in rfs3_rename() 2981 nfs_fh3 *fh3; in rfs3_link() local 3006 fh3 = &args->link.dir; in rfs3_link() 3007 to_exi = checkexport(&fh3->fh3_fsid, FH3TOXFIDP(fh3)); in rfs3_link()
|
/illumos-gate/usr/src/cmd/fs.d/autofs/ |
H A D | autod_nfs.c | 665 nfs_fh3 fh3; in nfsmount() local 1758 fh3.fh3_length = in nfsmount() 1761 (void) memcpy(fh3.fh3_u.data, in nfsmount() 1764 fh3.fh3_length); in nfsmount() 1774 (void) memcpy(argp->fh, &fh3, sizeof (nfs_fh3)); in nfsmount()
|