Lines Matching refs:share_conf

1884 	share = status.tree_conn->share_conf;  in smb2_tree_connect()
2359 if (!test_share_config_flag(tcon->share_conf, in smb2_new_xattrs()
2384 if (!test_share_config_flag(tcon->share_conf, in smb2_update_xattrs()
2401 struct ksmbd_share_config *share = tcon->share_conf; in smb2_creat()
2496 struct ksmbd_share_config *share = tcon->share_conf; in smb2_open()
2556 if (!test_share_config_flag(work->tcon->share_conf, in smb2_open()
2950 if (test_share_config_flag(work->tcon->share_conf, in smb2_open()
2963 if (test_share_config_flag(work->tcon->share_conf, in smb2_open()
3044 if (!test_share_config_flag(work->tcon->share_conf, KSMBD_SHARE_FLAG_OPLOCKS) || in smb2_open()
3789 if (ksmbd_share_veto_filename(priv->work->tcon->share_conf, name)) in __query_dir()
3852 struct ksmbd_share_config *share = work->tcon->share_conf; in smb2_query_dir()
4408 filename = convert_to_nt_pathname(work->tcon->share_conf, &fp->filp->f_path); in get_file_all_info()
4756 if (test_share_config_flag(work->tcon->share_conf, in smb2_get_info_file()
4886 struct ksmbd_share_config *share = work->tcon->share_conf; in smb2_get_info_filesystem()
5162 if (test_share_config_flag(work->tcon->share_conf, in smb2_get_info_sec()
5289 if (test_share_config_flag(work->tcon->share_conf, in smb2_close()
5404 struct ksmbd_share_config *share = fp->tcon->share_conf; in smb2_rename()
5935 return smb2_create_link(work, work->tcon->share_conf, in smb2_set_info_file()
6044 rc = smb2_set_info_file(work, fp, req, work->tcon->share_conf); in smb2_set_info()
6218 if (test_share_config_flag(work->tcon->share_conf, in smb2_read()
6463 if (test_share_config_flag(work->tcon->share_conf, KSMBD_SHARE_FLAG_PIPE)) { in smb2_write()
7528 test_share_config_flag(work->tcon->share_conf, in fsctl_set_sparse()