Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_tree.c932 if (smb_idpool_constructor(&tree->t_fid_pool)) { in smb_tree_alloc()
939 smb_idpool_destructor(&tree->t_fid_pool); in smb_tree_alloc()
1035 smb_idpool_destructor(&tree->t_fid_pool); in smb_tree_dealloc()
H A Dsmb_common_open.c321 if (smb_idpool_alloc(&tree->t_fid_pool, &tree_fid)) in smb_common_open()
1223 smb_idpool_free(&tree->t_fid_pool, tree_fid); in smb_common_open()
H A Dsmb_ofile.c1449 smb_idpool_free(&tree->t_fid_pool, of->f_fid); in smb_ofile_save_dh()
1579 smb_idpool_free(&tree->t_fid_pool, of->f_fid); in smb_ofile_free()
H A Dsmb2_durable.c1428 if (smb_idpool_alloc(&tree->t_fid_pool, &fid)) in smb2_dh_reconnect()
1532 smb_idpool_free(&tree->t_fid_pool, fid); in smb2_dh_reconnect()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h1157 smb_idpool_t t_fid_pool; member