Searched refs:smb_pathname_init (Results 1 – 11 of 11) sorted by relevance
/titanic_41/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_rename.c | 116 smb_pathname_init(sr, src_pn, src_pn->pn_path); in smb_com_rename() 117 smb_pathname_init(sr, dst_pn, dst_pn->pn_path); in smb_com_rename() 191 smb_pathname_init(sr, src_pn, src_pn->pn_path); in smb_com_nt_rename() 192 smb_pathname_init(sr, dst_pn, dst_pn->pn_path); in smb_com_nt_rename() 292 smb_pathname_init(sr, dst_pn, path); in smb_trans2_rename()
|
H A D | smb_trans2_create_directory.c | 75 smb_pathname_init(sr, pn, pn->pn_path); in smb_com_trans2_create_directory()
|
H A D | smb_directory.c | 86 smb_pathname_init(sr, pn, pn->pn_path); in smb_com_create_directory() 238 smb_pathname_init(sr, &fqi->fq_path, fqi->fq_path.pn_path); in smb_com_delete_directory() 400 smb_pathname_init(sr, pn, pn->pn_path); in smb_com_check_directory()
|
H A D | smb_find.c | 254 smb_pathname_init(sr, pn, pn->pn_path); in smb_com_search() 430 smb_pathname_init(sr, pn, pn->pn_path); in smb_com_find() 637 smb_pathname_init(sr, pn, pn->pn_path); in smb_com_find_unique()
|
H A D | smb_delete.c | 155 smb_pathname_init(sr, pn, pn->pn_path); in smb_com_delete()
|
H A D | smb_trans2_find.c | 307 smb_pathname_init(sr, pn, pn->pn_path); in smb_com_trans2_find_first2()
|
H A D | smb_set_fileinfo.c | 284 smb_pathname_init(sr, pn, pn->pn_path); in smb_set_by_path()
|
H A D | smb_pathname.c | 657 smb_pathname_init(smb_request_t *sr, smb_pathname_t *pn, char *path) in smb_pathname_init() function
|
H A D | smb_query_fileinfo.c | 325 smb_pathname_init(sr, pn, pn->pn_path); in smb_query_by_path()
|
H A D | smb_common_open.c | 395 smb_pathname_init(sr, pn, pn->pn_path); in smb_open_subr()
|
/titanic_41/usr/src/uts/common/smbsrv/ |
H A D | smb_kproto.h | 298 void smb_pathname_init(smb_request_t *, smb_pathname_t *, char *);
|