Home
last modified time | relevance | path

Searched refs:smb_pathname_init (Results 1 – 11 of 11) sorted by relevance

/titanic_41/usr/src/uts/common/fs/smbsrv/
H A Dsmb_rename.c116 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 Dsmb_trans2_create_directory.c75 smb_pathname_init(sr, pn, pn->pn_path); in smb_com_trans2_create_directory()
H A Dsmb_directory.c86 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 Dsmb_find.c254 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 Dsmb_delete.c155 smb_pathname_init(sr, pn, pn->pn_path); in smb_com_delete()
H A Dsmb_trans2_find.c307 smb_pathname_init(sr, pn, pn->pn_path); in smb_com_trans2_find_first2()
H A Dsmb_set_fileinfo.c284 smb_pathname_init(sr, pn, pn->pn_path); in smb_set_by_path()
H A Dsmb_pathname.c657 smb_pathname_init(smb_request_t *sr, smb_pathname_t *pn, char *path) in smb_pathname_init() function
H A Dsmb_query_fileinfo.c325 smb_pathname_init(sr, pn, pn->pn_path); in smb_query_by_path()
H A Dsmb_common_open.c395 smb_pathname_init(sr, pn, pn->pn_path); in smb_open_subr()
/titanic_41/usr/src/uts/common/smbsrv/
H A Dsmb_kproto.h298 void smb_pathname_init(smb_request_t *, smb_pathname_t *, char *);