Home
last modified time | relevance | path

Searched refs:smb_pathname_validate (Results 1 – 12 of 12) sorted by relevance

/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb_rename.c104 if (!smb_pathname_validate(sr, src_pn) || in smb_com_rename()
105 !smb_pathname_validate(sr, dst_pn)) { in smb_com_rename()
178 if (!smb_pathname_validate(sr, src_pn) || in smb_com_nt_rename()
179 !smb_pathname_validate(sr, dst_pn)) { in smb_com_nt_rename()
H A Dsmb_trans2_create_directory.c76 if (!smb_pathname_validate(sr, pn) || in smb_com_trans2_create_directory()
H A Dsmb_directory.c87 if (!smb_pathname_validate(sr, pn) || in smb_com_create_directory()
239 if (!smb_pathname_validate(sr, &fqi->fq_path) || in smb_com_delete_directory()
401 if (!smb_pathname_validate(sr, pn) || in smb_com_check_directory()
H A Dsmb_find.c256 if (!smb_pathname_validate(sr, pn) || in smb_com_search()
439 if (!smb_pathname_validate(sr, pn)) in smb_com_find()
655 if (!smb_pathname_validate(sr, pn)) in smb_com_find_unique()
H A Dsmb_cmn_rename.c73 if (!smb_pathname_validate(sr, dst_pn)) in smb_setinfo_rename()
396 if (!smb_pathname_validate(sr, dst_pn)) in smb_setinfo_link()
H A Dsmb_delete.c156 if (!smb_pathname_validate(sr, pn)) in smb_com_delete()
H A Dsmb_set_fileinfo.c282 if (!smb_pathname_validate(sr, pn)) in smb_set_by_path()
H A Dsmb_trans2_find.c309 if (!smb_pathname_validate(sr, pn)) in smb_com_trans2_find_first2()
H A Dsmb_common_open.c382 if (!smb_pathname_validate(sr, pn)) in smb_open_subr()
H A Dsmb_pathname.c889 smb_pathname_validate(smb_request_t *sr, smb_pathname_t *pn) in smb_pathname_validate() function
H A Dsmb_query_fileinfo.c317 if (!smb_pathname_validate(sr, pn)) in smb_query_by_path()
/titanic_50/usr/src/uts/common/smbsrv/
H A Dsmb_kproto.h356 boolean_t smb_pathname_validate(smb_request_t *, smb_pathname_t *);