Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb_alloc.c34 #define SMB_MEM2SMH(_mem_) ((smb_mem_header_t *)(_mem_) - 1)
41 } smb_mem_header_t; typedef
131 list_create(&sr->sr_storage, sizeof (smb_mem_header_t), in smb_srm_init()
132 offsetof(smb_mem_header_t, smh_lnd)); in smb_srm_init()
142 smb_mem_header_t *smh; in smb_srm_fini()
220 smb_mem_header_t *smh; in smb_alloc()
223 smh = kmem_zalloc(size + sizeof (smb_mem_header_t), KM_SLEEP); in smb_alloc()
225 smh = kmem_alloc(size + sizeof (smb_mem_header_t), KM_SLEEP); in smb_alloc()
251 smb_mem_header_t *smh; in smb_free()
265 kmem_free(smh, smh->smh_size + sizeof (smb_mem_header_t)); in smb_free()
[all …]