Searched refs:ksmbd_share_config (Results 1 – 11 of 11) sorted by relevance
/linux-6.6.21/fs/smb/server/mgmt/ |
D | share_config.h | 14 struct ksmbd_share_config { struct 38 share_config_create_mode(struct ksmbd_share_config *share, in share_config_create_mode() argument 47 share_config_directory_mode(struct ksmbd_share_config *share, in share_config_directory_mode() 55 static inline int test_share_config_flag(struct ksmbd_share_config *share, in test_share_config_flag() 61 void ksmbd_share_config_del(struct ksmbd_share_config *share); 62 void __ksmbd_share_config_put(struct ksmbd_share_config *share); 64 static inline void ksmbd_share_config_put(struct ksmbd_share_config *share) in ksmbd_share_config_put() 71 struct ksmbd_share_config *ksmbd_share_config_get(struct unicode_map *um, 73 bool ksmbd_share_veto_filename(struct ksmbd_share_config *share,
|
D | share_config.c | 35 static void kill_share(struct ksmbd_share_config *share) in kill_share() 55 void ksmbd_share_config_del(struct ksmbd_share_config *share) in ksmbd_share_config_del() 62 void __ksmbd_share_config_put(struct ksmbd_share_config *share) in __ksmbd_share_config_put() 68 static struct ksmbd_share_config * 69 __get_share_config(struct ksmbd_share_config *share) in __get_share_config() 76 static struct ksmbd_share_config *__share_lookup(const char *name) in __share_lookup() 78 struct ksmbd_share_config *share; in __share_lookup() 88 static int parse_veto_list(struct ksmbd_share_config *share, in parse_veto_list() 123 static struct ksmbd_share_config *share_config_request(struct unicode_map *um, in share_config_request() 127 struct ksmbd_share_config *share = NULL; in share_config_request() [all …]
|
D | tree_connect.h | 13 struct ksmbd_share_config; 27 struct ksmbd_share_config *share_conf;
|
D | tree_connect.c | 24 struct ksmbd_share_config *sc; in ksmbd_tree_conn_connect() 61 struct ksmbd_share_config *new_sc; in ksmbd_tree_conn_connect()
|
/linux-6.6.21/fs/smb/server/ |
D | misc.h | 9 struct ksmbd_share_config; 17 char *convert_to_nt_pathname(struct ksmbd_share_config *share, 25 char *convert_to_unix_name(struct ksmbd_share_config *share, const char *name);
|
D | transport_ipc.h | 17 struct ksmbd_share_config; 23 struct ksmbd_share_config *share,
|
D | misc.c | 162 char *convert_to_nt_pathname(struct ksmbd_share_config *share, in convert_to_nt_pathname() 286 char *convert_to_unix_name(struct ksmbd_share_config *share, const char *name) in convert_to_unix_name()
|
D | vfs.c | 64 static int ksmbd_vfs_path_lookup_locked(struct ksmbd_share_config *share_conf, in ksmbd_vfs_path_lookup_locked() 687 struct ksmbd_share_config *share_conf = work->tcon->share_conf; in ksmbd_vfs_rename() 1204 struct ksmbd_share_config *share_conf = work->tcon->share_conf; in ksmbd_vfs_kern_path_locked()
|
D | smb_common.c | 735 struct ksmbd_share_config *share = work->tcon->share_conf; in ksmbd_override_fsids()
|
D | transport_ipc.c | 552 struct ksmbd_share_config *share, in ksmbd_ipc_tree_connect_request()
|
D | smb2pdu.c | 1949 struct ksmbd_share_config *share; in smb2_tree_connect() 2564 struct ksmbd_share_config *share = tcon->share_conf; in smb2_creat() 2659 struct ksmbd_share_config *share = tcon->share_conf; in smb2_open() 4033 struct ksmbd_share_config *share = work->tcon->share_conf; in smb2_query_dir() 5009 struct ksmbd_share_config *share = work->tcon->share_conf; in smb2_get_info_filesystem() 5525 struct ksmbd_share_config *share = fp->tcon->share_conf; in smb2_rename() 5592 struct ksmbd_share_config *share, in smb2_create_link() 5668 struct ksmbd_share_config *share) in set_file_basic_info() 5930 struct ksmbd_share_config *share) in smb2_set_info_file()
|