Searched refs:smb_odir_openpath (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_find.c | 296 status = smb_odir_openpath(sr, pn->pn_path, sattr, 0, &od); in smb_com_search() 453 status = smb_odir_openpath(sr, pn->pn_path, sattr, 0, &od); in smb_com_find() 666 status = smb_odir_openpath(sr, pn->pn_path, sattr, 0, &od); in smb_com_find_unique()
|
H A D | smb_delete.c | 297 status = smb_odir_openpath(sr, fqi->fq_path.pn_path, in smb_delete_multiple_files()
|
H A D | smb_trans2_find.c | 328 status = smb_odir_openpath(sr, pn->pn_path, sattr, odir_flags, &od); in smb_com_trans2_find_first2()
|
H A D | smb_odir.c | 278 smb_odir_openpath(smb_request_t *sr, char *path, uint16_t sattr, in smb_odir_openpath() function
|
/titanic_50/usr/src/uts/common/smbsrv/ |
H A D | smb_kproto.h | 704 uint32_t smb_odir_openpath(smb_request_t *, char *, uint16_t, uint32_t,
|