Searched refs:smb_odir_open (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_find.c | 295 odid = smb_odir_open(sr, pn->pn_path, sattr, 0); in smb_com_search() 445 odid = smb_odir_open(sr, pn->pn_path, sattr, 0); in smb_com_find() 649 odid = smb_odir_open(sr, pn->pn_path, sattr, 0); in smb_com_find_unique()
|
H A D | smb_delete.c | 297 odid = smb_odir_open(sr, fqi->fq_path.pn_path, in smb_delete_multiple_files()
|
H A D | smb_trans2_find.c | 327 odid = smb_odir_open(sr, pn->pn_path, sattr, odir_flags); in smb_com_trans2_find_first2()
|
H A D | smb_odir.c | 274 smb_odir_open(smb_request_t *sr, char *path, uint16_t sattr, uint32_t flags) in smb_odir_open() function
|
/titanic_44/usr/src/uts/common/smbsrv/ |
H A D | smb_kproto.h | 634 uint16_t smb_odir_open(smb_request_t *, char *, uint16_t, uint32_t);
|