Lines Matching refs:share_conf

1976 	share = status.tree_conn->share_conf;  in smb2_tree_connect()
2531 if (!test_share_config_flag(tcon->share_conf, in smb2_new_xattrs()
2555 if (!test_share_config_flag(tcon->share_conf, in smb2_update_xattrs()
2573 struct ksmbd_share_config *share = tcon->share_conf; in smb2_creat()
2848 struct ksmbd_share_config *share = tcon->share_conf; in smb2_open()
2901 if (!test_share_config_flag(work->tcon->share_conf, in smb2_open()
3335 if (test_share_config_flag(work->tcon->share_conf, in smb2_open()
3348 if (test_share_config_flag(work->tcon->share_conf, in smb2_open()
3437 if (!test_share_config_flag(work->tcon->share_conf, KSMBD_SHARE_FLAG_OPLOCKS) || in smb2_open()
3549 test_share_config_flag(work->tcon->share_conf, in smb2_open()
4270 if (ksmbd_share_veto_filename(priv->work->tcon->share_conf, name)) in __query_dir()
4333 struct ksmbd_share_config *share = work->tcon->share_conf; in smb2_query_dir()
4880 filename = convert_to_nt_pathname(work->tcon->share_conf, &fp->filp->f_path); in get_file_all_info()
5264 if (test_share_config_flag(work->tcon->share_conf, in smb2_get_info_file()
5377 struct ksmbd_share_config *share = work->tcon->share_conf; in smb2_get_info_filesystem()
5433 if (test_share_config_flag(work->tcon->share_conf, in smb2_get_info_filesystem()
5644 if (test_share_config_flag(work->tcon->share_conf, in smb2_get_info_sec()
5786 if (test_share_config_flag(work->tcon->share_conf, in smb2_close()
5913 struct ksmbd_share_config *share = fp->tcon->share_conf; in smb2_rename()
6364 return smb2_create_link(work, work->tcon->share_conf, in smb2_set_info_file()
6474 rc = smb2_set_info_file(work, fp, req, work->tcon->share_conf); in smb2_set_info()
6662 if (test_share_config_flag(work->tcon->share_conf, in smb2_read()
6933 if (test_share_config_flag(work->tcon->share_conf, KSMBD_SHARE_FLAG_PIPE)) { in smb2_write()
7995 test_share_config_flag(work->tcon->share_conf, in fsctl_set_sparse()