Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/server/mgmt/
H A Dshare_config.h16 struct ksmbd_share_config { struct
40 share_config_create_mode(struct ksmbd_share_config *share, in share_config_create_mode() argument
49 share_config_directory_mode(struct ksmbd_share_config *share, in share_config_directory_mode()
57 static inline int test_share_config_flag(struct ksmbd_share_config *share, in test_share_config_flag()
63 void ksmbd_share_config_del(struct ksmbd_share_config *share);
64 void __ksmbd_share_config_put(struct ksmbd_share_config *share);
66 static inline void ksmbd_share_config_put(struct ksmbd_share_config *share) in ksmbd_share_config_put()
73 struct ksmbd_share_config *ksmbd_share_config_get(struct ksmbd_work *work,
75 bool ksmbd_share_veto_filename(struct ksmbd_share_config *share,
H A Dshare_config.c36 static void kill_share(struct ksmbd_share_config *share) in kill_share()
56 void ksmbd_share_config_del(struct ksmbd_share_config *share) in ksmbd_share_config_del()
63 void __ksmbd_share_config_put(struct ksmbd_share_config *share) in __ksmbd_share_config_put()
69 static struct ksmbd_share_config *
70 __get_share_config(struct ksmbd_share_config *share) in __get_share_config()
77 static struct ksmbd_share_config *__share_lookup(const char *name) in __share_lookup()
79 struct ksmbd_share_config *share; in __share_lookup()
89 static int parse_veto_list(struct ksmbd_share_config *share, in parse_veto_list()
124 static struct ksmbd_share_config *share_config_request(struct ksmbd_work *work, in share_config_request()
128 struct ksmbd_share_config *share = NULL; in share_config_request()
[all …]
H A Dtree_connect.h13 struct ksmbd_share_config;
28 struct ksmbd_share_config *share_conf;
H A Dtree_connect.c23 struct ksmbd_share_config *sc; in ksmbd_tree_conn_connect()
62 struct ksmbd_share_config *new_sc; in ksmbd_tree_conn_connect()
/openbmc/linux/fs/smb/server/
H 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);
H A Dtransport_ipc.h17 struct ksmbd_share_config;
23 struct ksmbd_share_config *share,
H A Dmisc.c162 char *convert_to_nt_pathname(struct ksmbd_share_config *share, in convert_to_nt_pathname()
287 char *convert_to_unix_name(struct ksmbd_share_config *share, const char *name) in convert_to_unix_name()
H A Doplock.h134 struct ksmbd_share_config *share,
H A Dvfs_cache.h183 int ksmbd_validate_name_reconnect(struct ksmbd_share_config *share,
H A Dvfs.c68 static int ksmbd_vfs_path_lookup_locked(struct ksmbd_share_config *share_conf, in ksmbd_vfs_path_lookup_locked()
692 struct ksmbd_share_config *share_conf = work->tcon->share_conf; in ksmbd_vfs_rename()
1221 struct ksmbd_share_config *share_conf = work->tcon->share_conf; in ksmbd_vfs_kern_path_locked()
1688 struct ksmbd_share_config *share_conf = work->tcon->share_conf; in ksmbd_vfs_fill_dentry_attrs()
H A Dsmb_common.h451 struct ksmbd_share_config *share);
H A Dsmb_common.c740 struct ksmbd_share_config *share) in __ksmbd_override_fsids()
H A Dvfs_cache.c762 int ksmbd_validate_name_reconnect(struct ksmbd_share_config *share, in ksmbd_validate_name_reconnect()
H A Dtransport_ipc.c592 struct ksmbd_share_config *share, in ksmbd_ipc_tree_connect_request()
H A Dsmb2pdu.c1951 struct ksmbd_share_config *share = NULL; in smb2_tree_connect()
2576 struct ksmbd_share_config *share = tcon->share_conf; in smb2_creat()
2830 struct ksmbd_share_config *share = tcon->share_conf; in smb2_open()
4315 struct ksmbd_share_config *share = work->tcon->share_conf; in smb2_query_dir()
5359 struct ksmbd_share_config *share = work->tcon->share_conf; in smb2_get_info_filesystem()
5895 struct ksmbd_share_config *share = fp->tcon->share_conf; in smb2_rename()
5963 struct ksmbd_share_config *share, in smb2_create_link()
6039 struct ksmbd_share_config *share) in set_file_basic_info()
6303 struct ksmbd_share_config *share) in smb2_set_info_file()
H A Doplock.c1805 struct ksmbd_share_config *share, in smb2_check_durable_oplock()