Home
last modified time | relevance | path

Searched refs:sv_persistid_ht (Results 1 – 5 of 5) sorted by last modified time

/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h2143 smb_hash_t *sv_persistid_ht; member
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_server.c449 sv->sv_persistid_ht = smb_hash_create(sizeof (smb_ofile_t), in smb_server_create()
570 smb_hash_destroy(sv->sv_persistid_ht); in smb_server_delete()
H A Dsmb2_durable.c1573 hash = sv->sv_persistid_ht; in smb2_durable_timers()
1715 hash = sv->sv_persistid_ht; in smb2_dh_shutdown()
H A Dsmb_ofile.c1043 hash = sr->sr_server->sv_persistid_ht; in smb_ofile_lookup_by_persistid()
1095 smb_hash_t *hash = of->f_server->sv_persistid_ht; in smb_ofile_set_persistid_dh()
1152 smb_hash_t *hash = new_of->f_server->sv_persistid_ht; in smb_ofile_insert_persistid()
1191 smb_hash_t *hash = of->f_server->sv_persistid_ht; in smb_ofile_del_persistid()
/illumos-gate/usr/src/cmd/mdb/common/modules/smbsrv/
H A Dsmbsrv.c581 smb_hash_t *sv_persistid_ht; member
1955 argc, argv, (uintptr_t)sv->sv_persistid_ht) == -1) { in smbdurable_dcmd()