Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_common_open.c269 uint16_t tree_fid = 0; in smb_common_open() local
321 if (smb_idpool_alloc(&tree->t_fid_pool, &tree_fid)) in smb_common_open()
356 tree_fid); in smb_common_open()
357 tree_fid = 0; // given to the ofile in smb_common_open()
659 tree_fid); in smb_common_open()
660 tree_fid = 0; // given to the ofile in smb_common_open()
838 tree_fid = of->f_fid; in smb_common_open()
1061 tree_fid); in smb_common_open()
1062 tree_fid = 0; // given to the ofile in smb_common_open()
1222 if (tree_fid != 0) in smb_common_open()
[all …]
H A Dsmb_ofile.c337 uint16_t tree_fid) in smb_ofile_alloc() argument
355 of->f_fid = tree_fid; in smb_ofile_alloc()