Home
last modified time | relevance | path

Searched refs:fh4_fsid (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_state.c4102 if (EQFSID(&finfo_fhp->fh4_fsid, &exi_fhp->fh4_fsid) && in rfs4_lo_state_walk_callout()
4136 if (EQFSID(&finfo_fhp->fh4_fsid, &exi_fhp->fh4_fsid) && in rfs4_state_walk_callout()
4169 if (EQFSID(&finfo_fhp->fh4_fsid, &exi_fhp->fh4_fsid) && in rfs4_deleg_state_walk_callout()
4199 if (EQFSID(&finfo_fhp->fh4_fsid, &exi_fhp->fh4_fsid) && in rfs4_file_walk_callout()
H A Dnfs4_xdr.c377 fhp->fh4_fsid.val[0] = *(uint32_t *)bp; in xdr_inline_decode_nfs_fh4()
379 fhp->fh4_fsid.val[1] = *(uint32_t *)bp; in xdr_inline_decode_nfs_fh4()
542 otw_len = sizeof (fhp->fh4_fsid) + in xdr_inline_encode_nfs_fh4()
577 *ptr++ = (uint32_t)fhp->fh4_fsid.val[0]; in xdr_inline_encode_nfs_fh4()
578 *ptr++ = (uint32_t)fhp->fh4_fsid.val[1]; in xdr_inline_encode_nfs_fh4()
636 otw_len = BYTES_PER_XDR_UNIT + sizeof (fhp->fh4_fsid) + in xdr_encode_nfs_fh4()
H A Dnfs4_srv.c3715 exi = checkexport4(&fh_fmtp->fh4_fsid, in rfs4_op_putpubfh()
3804 cs->exi = checkexport4(&fh_fmtp->fh4_fsid, (fid_t *)&fh_fmtp->fh4_xlen, in rfs4_op_putfh()
7780 cs->exi = checkexport4(&fh_fmtp->fh4_fsid, in rfs4_op_open()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4.h1134 #define fh4_fsid fh4_i.fhx_fsid macro
1159 (nfs_fmt)->fh4_fsid = (exifh)->fh_fsid; \