Searched refs:smb_pathname_t (Results 1 – 12 of 12) sorted by relevance
/titanic_41/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_pathname.c | 37 static void smb_pathname_preprocess(smb_request_t *, smb_pathname_t *); 38 static void smb_pathname_preprocess_quota(smb_request_t *, smb_pathname_t *); 41 smb_pathname_t *); 657 smb_pathname_init(smb_request_t *sr, smb_pathname_t *pn, char *path) in smb_pathname_init() 662 bzero(pn, sizeof (smb_pathname_t)); in smb_pathname_init() 734 smb_pathname_preprocess(smb_request_t *sr, smb_pathname_t *pn) in smb_pathname_preprocess() 770 smb_pathname_preprocess_quota(smb_request_t *sr, smb_pathname_t *pn) in smb_pathname_preprocess_quota() 804 smb_pathname_preprocess_adminshare(smb_request_t *sr, smb_pathname_t *pn) in smb_pathname_preprocess_adminshare() 870 smb_pathname_validate(smb_request_t *sr, smb_pathname_t *pn) in smb_pathname_validate() 913 smb_validate_dirname(smb_request_t *sr, smb_pathname_t *pn) in smb_validate_dirname() [all …]
|
H A D | smb_rename.c | 107 smb_pathname_t *src_pn = &src_fqi->fq_path; in smb_com_rename() 108 smb_pathname_t *dst_pn = &dst_fqi->fq_path; in smb_com_rename() 182 smb_pathname_t *src_pn = &src_fqi->fq_path; in smb_com_nt_rename() 183 smb_pathname_t *dst_pn = &dst_fqi->fq_path; in smb_com_nt_rename() 265 smb_pathname_t *dst_pn = &dst_fqi->fq_path; in smb_trans2_rename()
|
H A D | smb_trans2_create_directory.c | 64 smb_pathname_t *pn = &sr->arg.dirop.fqi.fq_path; in smb_com_trans2_create_directory()
|
H A D | smb_delete.c | 150 smb_pathname_t *pn; in smb_com_delete() 231 smb_pathname_t *pn; in smb_delete_single_file() 588 smb_pathname_t *pn = &fqi->fq_path; in smb_delete_check_path()
|
H A D | smb_find.c | 226 smb_pathname_t *pn; in smb_com_search() 413 smb_pathname_t *pn; in smb_com_find() 616 smb_pathname_t *pn; in smb_com_find_unique()
|
H A D | smb_directory.c | 78 smb_pathname_t *pn = &sr->arg.dirop.fqi.fq_path; in smb_com_create_directory() 384 smb_pathname_t *pn; in smb_com_check_directory()
|
H A D | smb_trans2_find.c | 286 smb_pathname_t *pn; in smb_com_trans2_find_first2()
|
H A D | smb_set_fileinfo.c | 275 smb_pathname_t *pn; in smb_set_by_path()
|
H A D | smb_query_fileinfo.c | 300 smb_pathname_t *pn; in smb_query_by_path()
|
H A D | smb_common_open.c | 323 smb_pathname_t *pn = &op->fqi.fq_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 *); 299 boolean_t smb_pathname_validate(smb_request_t *, smb_pathname_t *); 300 boolean_t smb_validate_dirname(smb_request_t *, smb_pathname_t *); 301 boolean_t smb_validate_object_name(smb_request_t *, smb_pathname_t *); 302 boolean_t smb_validate_stream_name(smb_request_t *, smb_pathname_t *);
|
H A D | smb_ktypes.h | 1392 } smb_pathname_t; typedef 1398 smb_pathname_t fq_path;
|