Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_durable.c352 char *nvl_buf = NULL; in smb2_dh_import_share() local
392 nvl_buf = kmem_alloc(smb2_dh_max_cah_size, KM_SLEEP); in smb2_dh_import_share()
446 of = smb2_dh_import_handle(sr, str_node, nvl_buf, id); in smb2_dh_import_share()
465 if (nvl_buf != NULL) in smb2_dh_import_share()
466 kmem_free(nvl_buf, smb2_dh_max_cah_size); in smb2_dh_import_share()
495 char *nvl_buf, uint64_t persist_id) in smb2_dh_import_handle() argument
528 rc = smb2_dh_read_nvlist(sr, str_node, nvl_buf, &nvl); in smb2_dh_import_handle()