Home
last modified time | relevance | path

Searched refs:nfs_fh4_fmt_t (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4.h1139 typedef struct nfs_fh4_fmt nfs_fh4_fmt_t; typedef
1141 #define fh4_to_fmt4(fh4p) ((nfs_fh4_fmt_t *)(fh4p)->nfs_fh4_val)
1146 #define NFS_FH4_LEN sizeof (nfs_fh4_fmt_t)
1505 extern bool_t xdr_inline_decode_nfs_fh4(uint32_t *, nfs_fh4_fmt_t *,
1508 nfs_fh4_fmt_t *);
H A Dexport.h223 nfs_fh4_fmt_t vrn_fh_fmt;
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_state.c4091 nfs_fh4_fmt_t fhfmt4, *exi_fhp, *finfo_fhp; in rfs4_lo_state_walk_callout()
4095 exi_fhp = (nfs_fh4_fmt_t *)&fhfmt4; in rfs4_lo_state_walk_callout()
4099 finfo_fhp = (nfs_fh4_fmt_t *)lsp->rls_state->rs_finfo-> in rfs4_lo_state_walk_callout()
4125 nfs_fh4_fmt_t fhfmt4, *exi_fhp, *finfo_fhp; in rfs4_state_walk_callout()
4129 exi_fhp = (nfs_fh4_fmt_t *)&fhfmt4; in rfs4_state_walk_callout()
4134 (nfs_fh4_fmt_t *)sp->rs_finfo->rf_filehandle.nfs_fh4_val; in rfs4_state_walk_callout()
4158 nfs_fh4_fmt_t fhfmt4, *exi_fhp, *finfo_fhp; in rfs4_deleg_state_walk_callout()
4162 exi_fhp = (nfs_fh4_fmt_t *)&fhfmt4; in rfs4_deleg_state_walk_callout()
4189 nfs_fh4_fmt_t fhfmt4, *exi_fhp, *finfo_fhp; in rfs4_file_walk_callout()
4193 exi_fhp = (nfs_fh4_fmt_t *)&fhfmt4; in rfs4_file_walk_callout()
[all …]
H A Dnfs_export.c2474 nfs_fh4_fmt_t *fh_fmtp = (nfs_fh4_fmt_t *)fh->nfs_fh4_val; in makefh4()
2636 nfs_fh4_fmt_t *fh_fmtp; in nfs4_fhtovp()
2650 fh_fmtp = (nfs_fh4_fmt_t *)fh->nfs_fh4_val; in nfs4_fhtovp()
2925 fhp = &((nfs_fh4_fmt_t *)fh4p->nfs_fh4_val)->fh4_i; in find_volrnm_fh()
H A Dnfs4_xdr.c353 xdr_inline_decode_nfs_fh4(uint32_t *ptr, nfs_fh4_fmt_t *fhp, uint32_t fhsize) in xdr_inline_decode_nfs_fh4()
366 if (fhsize > sizeof (nfs_fh4_fmt_t) || fhsize < (sizeof (fsid_t) + in xdr_inline_decode_nfs_fh4()
481 if (fhsize > sizeof (nfs_fh4_fmt_t) || fhsize < (sizeof (fsid_t) + in xdr_decode_nfs_fh4()
503 objp->nfs_fh4_val = kmem_zalloc(sizeof (nfs_fh4_fmt_t), KM_SLEEP); in xdr_decode_nfs_fh4()
504 objp->nfs_fh4_len = sizeof (nfs_fh4_fmt_t); in xdr_decode_nfs_fh4()
507 (nfs_fh4_fmt_t *)objp->nfs_fh4_val, fhsize) == FALSE) { in xdr_decode_nfs_fh4()
529 nfs_fh4_fmt_t *fhp) in xdr_inline_encode_nfs_fh4()
623 nfs_fh4_fmt_t *fhp; in xdr_encode_nfs_fh4()
627 fhp = (nfs_fh4_fmt_t *)objp->nfs_fh4_val; in xdr_encode_nfs_fh4()
H A Dnfs4_srv_attr.c823 nfs_fh4_fmt_t fh; in rfs4fhcmp()
827 bzero(&fh, sizeof (nfs_fh4_fmt_t)); in rfs4fhcmp()
H A Dnfs4_srv_readdir.c1079 (nfs_fh4_fmt_t *)fh.val)) { in rfs4_op_readdir()
H A Dnfs4_srv.c3675 nfs_fh4_fmt_t *fh_fmtp; in rfs4_op_putpubfh()
3708 fh_fmtp = (nfs_fh4_fmt_t *)cs->fh.nfs_fh4_val; in rfs4_op_putpubfh()
3782 nfs_fh4_fmt_t *fh_fmtp; in rfs4_op_putfh()
3803 fh_fmtp = (nfs_fh4_fmt_t *)args->object.nfs_fh4_val; in rfs4_op_putfh()
7777 nfs_fh4_fmt_t *fh_fmtp = in rfs4_op_open()
7778 (nfs_fh4_fmt_t *)oo->ro_reply_fh.nfs_fh4_val; in rfs4_op_open()