Searched refs:stub_fh (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_stub_vnops.c1530 nfs_fh4 *stub_fh, *dfh; local
1557 stub_fh = kmem_alloc(sizeof (nfs_fh4), KM_SLEEP);
1558 stub_fh->nfs_fh4_val = kmem_alloc(dfh->nfs_fh4_len +
1560 newfhval = stub_fh->nfs_fh4_val;
1564 stub_fh->nfs_fh4_len = dfh->nfs_fh4_len;
1570 stub_fh->nfs_fh4_len += sizeof (fattr4_mounted_on_fileid);
1572 sfhp = sfh4_put(stub_fh, VTOMI4(dvp), NULL);
1573 kmem_free(stub_fh->nfs_fh4_val, dfh->nfs_fh4_len +
1575 kmem_free(stub_fh, sizeof (nfs_fh4));

Completed in 62 milliseconds