Home
last modified time | relevance | path

Searched refs:ksmbd_share_config (Results 1 – 11 of 11) sorted by relevance

/linux-6.3-rc2/fs/ksmbd/mgmt/
A Dshare_config.h14 struct ksmbd_share_config { struct
37 static inline int share_config_create_mode(struct ksmbd_share_config *share, in share_config_create_mode() argument
49 static inline int share_config_directory_mode(struct ksmbd_share_config *share, in share_config_directory_mode()
62 static inline int test_share_config_flag(struct ksmbd_share_config *share, in test_share_config_flag()
68 void ksmbd_share_config_del(struct ksmbd_share_config *share);
69 void __ksmbd_share_config_put(struct ksmbd_share_config *share);
71 static inline void ksmbd_share_config_put(struct ksmbd_share_config *share) in ksmbd_share_config_put()
78 struct ksmbd_share_config *ksmbd_share_config_get(struct unicode_map *um,
80 bool ksmbd_share_veto_filename(struct ksmbd_share_config *share,
A Dshare_config.c35 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()
78 struct ksmbd_share_config *share; in __share_lookup()
88 static int parse_veto_list(struct ksmbd_share_config *share, in parse_veto_list()
127 struct ksmbd_share_config *share = NULL; in share_config_request()
128 struct ksmbd_share_config *lookup; in share_config_request()
151 share = kzalloc(sizeof(struct ksmbd_share_config), GFP_KERNEL); in share_config_request()
[all …]
A Dtree_connect.h13 struct ksmbd_share_config;
21 struct ksmbd_share_config *share_conf;
53 struct ksmbd_share_config *ksmbd_tree_conn_share(struct ksmbd_session *sess,
A Dtree_connect.c24 struct ksmbd_share_config *sc; in ksmbd_tree_conn_connect()
61 struct ksmbd_share_config *new_sc; in ksmbd_tree_conn_connect()
115 struct ksmbd_share_config *ksmbd_tree_conn_share(struct ksmbd_session *sess, in ksmbd_tree_conn_share()
/linux-6.3-rc2/fs/ksmbd/
A Dmisc.h9 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);
A Dtransport_ipc.h17 struct ksmbd_share_config;
23 struct ksmbd_share_config *share,
A Dmisc.c162 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()
A Dsmb_common.c613 struct ksmbd_share_config *share = work->tcon->share_conf; in ksmbd_override_fsids()
A Dtransport_ipc.c552 struct ksmbd_share_config *share, in ksmbd_ipc_tree_connect_request()
A Dsmb2pdu.c1857 struct ksmbd_share_config *share; in smb2_tree_connect()
2401 struct ksmbd_share_config *share = tcon->share_conf; in smb2_creat()
2496 struct ksmbd_share_config *share = tcon->share_conf; in smb2_open()
3852 struct ksmbd_share_config *share = work->tcon->share_conf; in smb2_query_dir()
4886 struct ksmbd_share_config *share = work->tcon->share_conf; in smb2_get_info_filesystem()
5404 struct ksmbd_share_config *share = fp->tcon->share_conf; in smb2_rename()
5523 struct ksmbd_share_config *share, in smb2_create_link()
5597 struct ksmbd_share_config *share) in set_file_basic_info()
5887 struct ksmbd_share_config *share) in smb2_set_info_file()
A Dvfs.c1216 struct ksmbd_share_config *share_conf = work->tcon->share_conf; in ksmbd_vfs_kern_path()

Completed in 25 milliseconds