Searched refs:ksmbd_share_config (Results 1 – 16 of 16) sorted by relevance
/openbmc/linux/fs/smb/server/mgmt/ |
H A D | share_config.h | 16 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 D | share_config.c | 36 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 D | tree_connect.h | 13 struct ksmbd_share_config; 28 struct ksmbd_share_config *share_conf;
|
H A D | tree_connect.c | 23 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 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);
|
H A D | transport_ipc.h | 17 struct ksmbd_share_config; 23 struct ksmbd_share_config *share,
|
H A D | misc.c | 162 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 D | oplock.h | 134 struct ksmbd_share_config *share,
|
H A D | vfs_cache.h | 183 int ksmbd_validate_name_reconnect(struct ksmbd_share_config *share,
|
H A D | vfs.c | 68 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 D | smb_common.h | 451 struct ksmbd_share_config *share);
|
H A D | smb_common.c | 740 struct ksmbd_share_config *share) in __ksmbd_override_fsids()
|
H A D | vfs_cache.c | 762 int ksmbd_validate_name_reconnect(struct ksmbd_share_config *share, in ksmbd_validate_name_reconnect()
|
H A D | transport_ipc.c | 592 struct ksmbd_share_config *share, in ksmbd_ipc_tree_connect_request()
|
H A D | smb2pdu.c | 1951 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 D | oplock.c | 1805 struct ksmbd_share_config *share, in smb2_check_durable_oplock()
|