Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/smbsrv/
H A Dsmb_pathname.c37 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 Dsmb_rename.c107 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 Dsmb_trans2_create_directory.c64 smb_pathname_t *pn = &sr->arg.dirop.fqi.fq_path; in smb_com_trans2_create_directory()
H A Dsmb_delete.c150 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 Dsmb_find.c226 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 Dsmb_directory.c78 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 Dsmb_trans2_find.c286 smb_pathname_t *pn; in smb_com_trans2_find_first2()
H A Dsmb_set_fileinfo.c275 smb_pathname_t *pn; in smb_set_by_path()
H A Dsmb_query_fileinfo.c300 smb_pathname_t *pn; in smb_query_by_path()
H A Dsmb_common_open.c323 smb_pathname_t *pn = &op->fqi.fq_path; in smb_open_subr()
/titanic_41/usr/src/uts/common/smbsrv/
H A Dsmb_kproto.h298 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 Dsmb_ktypes.h1392 } smb_pathname_t; typedef
1398 smb_pathname_t fq_path;