Searched refs:nfs_fh4_fmt_t (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/common/nfs/ |
H A D | nfs4.h | 1146 typedef struct nfs_fh4_fmt nfs_fh4_fmt_t; typedef 1148 #define fh4_to_fmt4(fh4p) ((nfs_fh4_fmt_t *)(fh4p)->nfs_fh4_val) 1153 #define NFS_FH4_LEN sizeof (nfs_fh4_fmt_t) 1520 extern bool_t xdr_inline_decode_nfs_fh4(uint32_t *, nfs_fh4_fmt_t *, 1523 nfs_fh4_fmt_t *);
|
H A D | export.h | 204 nfs_fh4_fmt_t vrn_fh_fmt;
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_state.c | 4111 nfs_fh4_fmt_t fhfmt4, *exi_fhp, *finfo_fhp; in rfs4_lo_state_walk_callout() 4115 exi_fhp = (nfs_fh4_fmt_t *)&fhfmt4; in rfs4_lo_state_walk_callout() 4119 finfo_fhp = (nfs_fh4_fmt_t *)lsp->rls_state->rs_finfo-> in rfs4_lo_state_walk_callout() 4145 nfs_fh4_fmt_t fhfmt4, *exi_fhp, *finfo_fhp; in rfs4_state_walk_callout() 4149 exi_fhp = (nfs_fh4_fmt_t *)&fhfmt4; in rfs4_state_walk_callout() 4154 (nfs_fh4_fmt_t *)sp->rs_finfo->rf_filehandle.nfs_fh4_val; in rfs4_state_walk_callout() 4178 nfs_fh4_fmt_t fhfmt4, *exi_fhp, *finfo_fhp; in rfs4_deleg_state_walk_callout() 4182 exi_fhp = (nfs_fh4_fmt_t *)&fhfmt4; in rfs4_deleg_state_walk_callout() 4187 (nfs_fh4_fmt_t *)dsp->rds_finfo->rf_filehandle.nfs_fh4_val; in rfs4_deleg_state_walk_callout() 4209 nfs_fh4_fmt_t fhfmt4, *exi_fhp, *finfo_fhp; in rfs4_file_walk_callout() [all …]
|
H A D | nfs_export.c | 2474 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 D | nfs4_xdr.c | 353 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 D | nfs4_srv_attr.c | 823 nfs_fh4_fmt_t fh; in rfs4fhcmp() 827 bzero(&fh, sizeof (nfs_fh4_fmt_t)); in rfs4fhcmp()
|
H A D | nfs4_srv_readdir.c | 1079 (nfs_fh4_fmt_t *)fh.val)) { in rfs4_op_readdir()
|
H A D | nfs4_srv.c | 3743 nfs_fh4_fmt_t *fh_fmtp; in rfs4_op_putpubfh() 3776 fh_fmtp = (nfs_fh4_fmt_t *)cs->fh.nfs_fh4_val; in rfs4_op_putpubfh() 3850 nfs_fh4_fmt_t *fh_fmtp; in rfs4_op_putfh() 3871 fh_fmtp = (nfs_fh4_fmt_t *)args->object.nfs_fh4_val; in rfs4_op_putfh() 7900 nfs_fh4_fmt_t *fh_fmtp = in rfs4_op_open() 7901 (nfs_fh4_fmt_t *)oo->ro_reply_fh.nfs_fh4_val; in rfs4_op_open()
|