Searched refs:smb_pathname_t (Results 1 – 13 of 13) sorted by relevance
/titanic_50/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 *); 674 smb_pathname_init(smb_request_t *sr, smb_pathname_t *pn, char *path) in smb_pathname_init() 679 bzero(pn, sizeof (smb_pathname_t)); in smb_pathname_init() 751 smb_pathname_preprocess(smb_request_t *sr, smb_pathname_t *pn) in smb_pathname_preprocess() 787 smb_pathname_preprocess_quota(smb_request_t *sr, smb_pathname_t *pn) in smb_pathname_preprocess_quota() 821 smb_pathname_preprocess_adminshare(smb_request_t *sr, smb_pathname_t *pn) in smb_pathname_preprocess_adminshare() 889 smb_pathname_validate(smb_request_t *sr, smb_pathname_t *pn) in smb_pathname_validate() 932 smb_validate_dirname(smb_request_t *sr, smb_pathname_t *pn) in smb_validate_dirname() [all …]
|
H A D | smb_rename.c | 92 smb_pathname_t *src_pn = &src_fqi->fq_path; in smb_com_rename() 93 smb_pathname_t *dst_pn = &dst_fqi->fq_path; in smb_com_rename() 166 smb_pathname_t *src_pn = &src_fqi->fq_path; in smb_com_nt_rename() 167 smb_pathname_t *dst_pn = &dst_fqi->fq_path; in smb_com_nt_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() 584 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() 421 smb_pathname_t *pn; in smb_com_find() 632 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_cmn_rename.c | 61 smb_pathname_t *dst_pn = &dst_fqi->fq_path; in smb_setinfo_rename() 384 smb_pathname_t *dst_pn = &dst_fqi->fq_path; in smb_setinfo_link()
|
H A D | smb_set_fileinfo.c | 272 smb_pathname_t *pn; in smb_set_by_path()
|
H A D | smb_trans2_find.c | 286 smb_pathname_t *pn; in smb_com_trans2_find_first2()
|
H A D | smb_common_open.c | 310 smb_pathname_t *pn = &op->fqi.fq_path; in smb_open_subr()
|
H A D | smb_query_fileinfo.c | 291 smb_pathname_t *pn; in smb_query_by_path()
|
/titanic_50/usr/src/uts/common/smbsrv/ |
H A D | smb_kproto.h | 355 void smb_pathname_init(smb_request_t *, smb_pathname_t *, char *); 356 boolean_t smb_pathname_validate(smb_request_t *, smb_pathname_t *); 357 boolean_t smb_validate_dirname(smb_request_t *, smb_pathname_t *); 358 boolean_t smb_validate_object_name(smb_request_t *, smb_pathname_t *); 359 boolean_t smb_validate_stream_name(smb_request_t *, smb_pathname_t *);
|
H A D | smb_ktypes.h | 1373 } smb_pathname_t; typedef 1379 smb_pathname_t fq_path;
|