Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_rename.c103 if (!smb_pathname_validate(sr, src_pn) || in smb_com_rename()
104 !smb_pathname_validate(sr, dst_pn)) { in smb_com_rename()
176 if (!smb_pathname_validate(sr, src_pn) || in smb_com_nt_rename()
177 !smb_pathname_validate(sr, dst_pn)) { in smb_com_nt_rename()
H A Dsmb_directory.c86 if (!smb_pathname_validate(sr, pn) || in smb_com_create_directory()
237 if (!smb_pathname_validate(sr, &fqi->fq_path) || in smb_com_delete_directory()
394 if (!smb_pathname_validate(sr, pn) || in smb_com_check_directory()
H A Dsmb_trans2_create_directory.c76 if (!smb_pathname_validate(sr, pn) || in smb_com_trans2_create_directory()
H A Dsmb_find.c256 if (!smb_pathname_validate(sr, pn) || in smb_com_search()
440 if (!smb_pathname_validate(sr, pn)) in smb_com_find()
657 if (!smb_pathname_validate(sr, pn)) in smb_com_find_unique()
H A Dsmb_cmn_rename.c75 if (!smb_pathname_validate(sr, dst_pn)) in smb_setinfo_rename()
410 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.c285 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_query_fileinfo.c315 if (!smb_pathname_validate(sr, pn)) in smb_query_by_path()
H A Dsmb_common_open.c370 if (!smb_pathname_validate(sr, pn)) { in smb_common_open()
H A Dsmb_pathname.c1073 smb_pathname_validate(smb_request_t *sr, smb_pathname_t *pn) in smb_pathname_validate() function
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_kproto.h351 boolean_t smb_pathname_validate(smb_request_t *, smb_pathname_t *);