Searched refs:nsfh (Results 1 – 1 of 1) sorted by relevance
3718 nfs4_sharedfh_t *sfh, *nsfh; in sfh4_put() local3727 nsfh = kmem_alloc(sizeof (nfs4_sharedfh_t), KM_SLEEP); in sfh4_put()3728 nsfh->sfh_fh.nfs_fh4_len = fh->nfs_fh4_len; in sfh4_put()3734 nsfh->sfh_fh.nfs_fh4_val = kmem_alloc(NFS4_FHSIZE, KM_SLEEP); in sfh4_put()3735 bcopy(fh->nfs_fh4_val, nsfh->sfh_fh.nfs_fh4_val, fh->nfs_fh4_len); in sfh4_put()3736 mutex_init(&nsfh->sfh_lock, NULL, MUTEX_DEFAULT, NULL); in sfh4_put()3737 nsfh->sfh_refcnt = 1; in sfh4_put()3738 nsfh->sfh_flags = SFH4_IN_TREE; in sfh4_put()3739 nsfh->sfh_mi = mi; in sfh4_put()3741 (void *)nsfh)); in sfh4_put()[all …]