Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/nfs/
H A Dnfs4.h1016 typedef struct nfs_fh4_fmt nfs_fh4_fmt_t; typedef
1018 #define fh4_to_fmt4(fh4p) ((nfs_fh4_fmt_t *)(fh4p)->nfs_fh4_val)
1023 #define NFS_FH4_LEN sizeof (nfs_fh4_fmt_t)
1360 extern bool_t xdr_inline_decode_nfs_fh4(uint32_t *, nfs_fh4_fmt_t *,
1363 nfs_fh4_fmt_t *);
H A Dexport.h214 nfs_fh4_fmt_t vrn_fh_fmt;
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs4_state.c3854 nfs_fh4_fmt_t fhfmt4, *exi_fhp, *finfo_fhp; in rfs4_lo_state_walk_callout()
3858 exi_fhp = (nfs_fh4_fmt_t *)&fhfmt4; in rfs4_lo_state_walk_callout()
3862 finfo_fhp = (nfs_fh4_fmt_t *)lsp->rls_state->rs_finfo-> in rfs4_lo_state_walk_callout()
3888 nfs_fh4_fmt_t fhfmt4, *exi_fhp, *finfo_fhp; in rfs4_state_walk_callout()
3892 exi_fhp = (nfs_fh4_fmt_t *)&fhfmt4; in rfs4_state_walk_callout()
3897 (nfs_fh4_fmt_t *)sp->rs_finfo->rf_filehandle.nfs_fh4_val; in rfs4_state_walk_callout()
3921 nfs_fh4_fmt_t fhfmt4, *exi_fhp, *finfo_fhp; in rfs4_deleg_state_walk_callout()
3925 exi_fhp = (nfs_fh4_fmt_t *)&fhfmt4; in rfs4_deleg_state_walk_callout()
3930 (nfs_fh4_fmt_t *)dsp->rds_finfo->rf_filehandle.nfs_fh4_val; in rfs4_deleg_state_walk_callout()
3952 nfs_fh4_fmt_t fhfmt4, *exi_fhp, *finfo_fhp; in rfs4_file_walk_callout()
[all …]
H A Dnfs_export.c2216 nfs_fh4_fmt_t *fh_fmtp = (nfs_fh4_fmt_t *)fh->nfs_fh4_val; in makefh4()
2378 nfs_fh4_fmt_t *fh_fmtp; in nfs4_fhtovp()
2392 fh_fmtp = (nfs_fh4_fmt_t *)fh->nfs_fh4_val; in nfs4_fhtovp()
2645 fhp = &((nfs_fh4_fmt_t *)fh4p->nfs_fh4_val)->fh4_i; in find_volrnm_fh()
H A Dnfs4_xdr.c306 xdr_inline_decode_nfs_fh4(uint32_t *ptr, nfs_fh4_fmt_t *fhp, uint32_t fhsize) in xdr_inline_decode_nfs_fh4()
319 if (fhsize > sizeof (nfs_fh4_fmt_t) || fhsize < (sizeof (fsid_t) + in xdr_inline_decode_nfs_fh4()
434 if (fhsize > sizeof (nfs_fh4_fmt_t) || fhsize < (sizeof (fsid_t) + in xdr_decode_nfs_fh4()
456 objp->nfs_fh4_val = kmem_zalloc(sizeof (nfs_fh4_fmt_t), KM_SLEEP); in xdr_decode_nfs_fh4()
457 objp->nfs_fh4_len = sizeof (nfs_fh4_fmt_t); in xdr_decode_nfs_fh4()
460 (nfs_fh4_fmt_t *)objp->nfs_fh4_val, fhsize) == FALSE) { in xdr_decode_nfs_fh4()
482 nfs_fh4_fmt_t *fhp) in xdr_inline_encode_nfs_fh4()
576 nfs_fh4_fmt_t *fhp; in xdr_encode_nfs_fh4()
580 fhp = (nfs_fh4_fmt_t *)objp->nfs_fh4_val; in xdr_encode_nfs_fh4()
H A Dnfs4_srv_attr.c795 nfs_fh4_fmt_t fh; in rfs4fhcmp()
799 bzero(&fh, sizeof (nfs_fh4_fmt_t)); in rfs4fhcmp()
H A Dnfs4_srv_readdir.c1088 (nfs_fh4_fmt_t *)fh.val)) { in rfs4_op_readdir()
H A Dnfs4_srv.c3435 nfs_fh4_fmt_t *fh_fmtp; in rfs4_op_putpubfh()
3477 fh_fmtp = (nfs_fh4_fmt_t *)cs->fh.nfs_fh4_val; in rfs4_op_putpubfh()
3554 nfs_fh4_fmt_t *fh_fmtp; in rfs4_op_putfh()
3575 fh_fmtp = (nfs_fh4_fmt_t *)args->object.nfs_fh4_val; in rfs4_op_putfh()
7548 nfs_fh4_fmt_t *fh_fmtp = in rfs4_op_open()
7549 (nfs_fh4_fmt_t *)oo->ro_reply_fh.nfs_fh4_val; in rfs4_op_open()