Searched refs:smb_pathname_t (Results 1 – 14 of 14) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_rename.c | 91 smb_pathname_t *src_pn = &src_fqi->fq_path; in smb_com_rename() 92 smb_pathname_t *dst_pn = &dst_fqi->fq_path; in smb_com_rename() 164 smb_pathname_t *src_pn = &src_fqi->fq_path; in smb_com_nt_rename() 165 smb_pathname_t *dst_pn = &dst_fqi->fq_path; in smb_com_nt_rename()
|
H A D | smb_pathname.c | 40 static void smb_pathname_preprocess(smb_request_t *, smb_pathname_t *); 41 static void smb_pathname_preprocess_quota(smb_request_t *, smb_pathname_t *); 44 smb_pathname_t *); 806 smb_pathname_init(smb_request_t *sr, smb_pathname_t *pn, char *path) in smb_pathname_init() 811 bzero(pn, sizeof (smb_pathname_t)); in smb_pathname_init() 935 smb_pathname_preprocess(smb_request_t *sr, smb_pathname_t *pn) in smb_pathname_preprocess() 971 smb_pathname_preprocess_quota(smb_request_t *sr, smb_pathname_t *pn) in smb_pathname_preprocess_quota() 1005 smb_pathname_preprocess_adminshare(smb_request_t *sr, smb_pathname_t *pn) in smb_pathname_preprocess_adminshare() 1073 smb_pathname_validate(smb_request_t *sr, smb_pathname_t *pn) in smb_pathname_validate() 1116 smb_validate_dirname(smb_request_t *sr, smb_pathname_t *pn) in smb_validate_dirname() [all …]
|
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() 572 smb_pathname_t *pn = &fqi->fq_path; in smb_delete_check_path()
|
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_find.c | 226 smb_pathname_t *pn; in smb_com_search() 422 smb_pathname_t *pn; in smb_com_find() 634 smb_pathname_t *pn; in smb_com_find_unique()
|
H A D | smb_directory.c | 77 smb_pathname_t *pn = &sr->arg.dirop.fqi.fq_path; in smb_com_create_directory() 377 smb_pathname_t *pn; in smb_com_check_directory()
|
H A D | smb_cmn_rename.c | 63 smb_pathname_t *dst_pn = &dst_fqi->fq_path; in smb_setinfo_rename() 398 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_query_fileinfo.c | 289 smb_pathname_t *pn; in smb_query_by_path()
|
H A D | smb_common_open.c | 257 smb_pathname_t *pn = &op->fqi.fq_path; in smb_common_open()
|
H A D | smb2_durable.c | 500 smb_pathname_t *pn = &op->fqi.fq_path; in smb2_dh_import_handle()
|
/illumos-gate/usr/src/uts/common/smbsrv/ |
H A D | smb_kproto.h | 350 void smb_pathname_init(smb_request_t *, smb_pathname_t *, char *); 351 boolean_t smb_pathname_validate(smb_request_t *, smb_pathname_t *); 352 boolean_t smb_validate_dirname(smb_request_t *, smb_pathname_t *); 353 boolean_t smb_validate_object_name(smb_request_t *, smb_pathname_t *); 354 boolean_t smb_validate_stream_name(smb_request_t *, smb_pathname_t *);
|
H A D | smb_ktypes.h | 1538 } smb_pathname_t; typedef 1544 smb_pathname_t fq_path;
|