Lines Matching refs:share_conf
1969 share = status.tree_conn->share_conf; in smb2_tree_connect()
2530 if (!test_share_config_flag(tcon->share_conf, in smb2_new_xattrs()
2554 if (!test_share_config_flag(tcon->share_conf, in smb2_update_xattrs()
2572 struct ksmbd_share_config *share = tcon->share_conf; in smb2_creat()
2826 struct ksmbd_share_config *share = tcon->share_conf; in smb2_open()
2879 if (!test_share_config_flag(work->tcon->share_conf, in smb2_open()
3312 if (test_share_config_flag(work->tcon->share_conf, in smb2_open()
3325 if (test_share_config_flag(work->tcon->share_conf, in smb2_open()
3414 if (!test_share_config_flag(work->tcon->share_conf, KSMBD_SHARE_FLAG_OPLOCKS) || in smb2_open()
3526 test_share_config_flag(work->tcon->share_conf, in smb2_open()
4227 if (ksmbd_share_veto_filename(priv->work->tcon->share_conf, name)) in __query_dir()
4290 struct ksmbd_share_config *share = work->tcon->share_conf; in smb2_query_dir()
4828 filename = convert_to_nt_pathname(work->tcon->share_conf, &fp->filp->f_path); in get_file_all_info()
5192 if (test_share_config_flag(work->tcon->share_conf, in smb2_get_info_file()
5305 struct ksmbd_share_config *share = work->tcon->share_conf; in smb2_get_info_filesystem()
5361 if (test_share_config_flag(work->tcon->share_conf, in smb2_get_info_filesystem()
5572 if (test_share_config_flag(work->tcon->share_conf, in smb2_get_info_sec()
5714 if (test_share_config_flag(work->tcon->share_conf, in smb2_close()
5841 struct ksmbd_share_config *share = fp->tcon->share_conf; in smb2_rename()
6296 return smb2_create_link(work, work->tcon->share_conf, in smb2_set_info_file()
6406 rc = smb2_set_info_file(work, fp, req, work->tcon->share_conf); in smb2_set_info()
6594 if (test_share_config_flag(work->tcon->share_conf, in smb2_read()
6861 if (test_share_config_flag(work->tcon->share_conf, KSMBD_SHARE_FLAG_PIPE)) { in smb2_write()
7920 test_share_config_flag(work->tcon->share_conf, in fsctl_set_sparse()