Searched refs:nfs_fh4_fmt_t (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/uts/common/nfs/ |
H A D | nfs4.h | 1016 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 D | export.h | 214 nfs_fh4_fmt_t vrn_fh_fmt;
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_state.c | 3854 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 D | nfs_export.c | 2216 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 D | nfs4_xdr.c | 306 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 D | nfs4_srv_attr.c | 795 nfs_fh4_fmt_t fh; in rfs4fhcmp() 799 bzero(&fh, sizeof (nfs_fh4_fmt_t)); in rfs4fhcmp()
|
H A D | nfs4_srv_readdir.c | 1088 (nfs_fh4_fmt_t *)fh.val)) { in rfs4_op_readdir()
|
H A D | nfs4_srv.c | 3435 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()
|