Home
last modified time | relevance | path

Searched refs:share_conf (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/fs/ksmbd/mgmt/
Dtree_connect.c75 tree_conn->share_conf = sc; in ksmbd_tree_conn_connect()
104 ksmbd_share_config_put(tree_conn->share_conf); in ksmbd_tree_conn_disconnect()
122 return tc->share_conf; in ksmbd_tree_conn_share()
Dtree_connect.h21 struct ksmbd_share_config *share_conf; member
/linux-6.1.9/fs/ksmbd/
Dvfs.c56 if (!test_share_config_flag(work->tcon->share_conf, in ksmbd_vfs_inherit_owner()
1215 struct ksmbd_share_config *share_conf = work->tcon->share_conf; in ksmbd_vfs_kern_path() local
1219 err = vfs_path_lookup(share_conf->vfs_path.dentry, in ksmbd_vfs_kern_path()
1220 share_conf->vfs_path.mnt, in ksmbd_vfs_kern_path()
1239 parent = share_conf->vfs_path; in ksmbd_vfs_kern_path()
1260 err = vfs_path_lookup(share_conf->vfs_path.dentry, in ksmbd_vfs_kern_path()
1261 share_conf->vfs_path.mnt, in ksmbd_vfs_kern_path()
1292 abs_name = convert_to_unix_name(work->tcon->share_conf, name); in ksmbd_vfs_kern_path_create()
1674 if (test_share_config_flag(work->tcon->share_conf, in ksmbd_vfs_fill_dentry_attrs()
Dsmb2pdu.c1901 share = status.tree_conn->share_conf; in smb2_tree_connect()
2376 if (!test_share_config_flag(tcon->share_conf, in smb2_new_xattrs()
2401 if (!test_share_config_flag(tcon->share_conf, in smb2_update_xattrs()
2418 struct ksmbd_share_config *share = tcon->share_conf; in smb2_creat()
2513 struct ksmbd_share_config *share = tcon->share_conf; in smb2_open()
2573 if (!test_share_config_flag(work->tcon->share_conf, in smb2_open()
2967 if (test_share_config_flag(work->tcon->share_conf, in smb2_open()
2980 if (test_share_config_flag(work->tcon->share_conf, in smb2_open()
3061 if (!test_share_config_flag(work->tcon->share_conf, KSMBD_SHARE_FLAG_OPLOCKS) || in smb2_open()
3806 if (ksmbd_share_veto_filename(priv->work->tcon->share_conf, name)) in __query_dir()
[all …]
Dsmb_common.c613 struct ksmbd_share_config *share = work->tcon->share_conf; in ksmbd_override_fsids()
Doplock.c1255 if (!test_share_config_flag(work->tcon->share_conf, in smb_break_all_levII_oplock()
1311 if (!test_share_config_flag(work->tcon->share_conf, in smb_break_all_oplock()
Dsmbacl.c1415 if (test_share_config_flag(tcon->share_conf, KSMBD_SHARE_FLAG_ACL_XATTR)) { in set_info_sec()