Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ksmbd/mgmt/
Dtree_connect.c60 tree_conn->share_conf = sc; in ksmbd_tree_conn_connect()
89 ksmbd_share_config_put(tree_conn->share_conf); in ksmbd_tree_conn_disconnect()
107 return tc->share_conf; in ksmbd_tree_conn_share()
Dtree_connect.h20 struct ksmbd_share_config *share_conf; member
/Linux-v5.15/fs/ksmbd/
Dvfs.c57 if (!test_share_config_flag(work->tcon->share_conf, in ksmbd_vfs_inherit_owner()
1208 struct ksmbd_share_config *share_conf = work->tcon->share_conf; in ksmbd_vfs_kern_path() local
1212 err = vfs_path_lookup(share_conf->vfs_path.dentry, in ksmbd_vfs_kern_path()
1213 share_conf->vfs_path.mnt, in ksmbd_vfs_kern_path()
1232 parent = share_conf->vfs_path; in ksmbd_vfs_kern_path()
1252 err = vfs_path_lookup(share_conf->vfs_path.dentry, in ksmbd_vfs_kern_path()
1253 share_conf->vfs_path.mnt, in ksmbd_vfs_kern_path()
1284 abs_name = convert_to_unix_name(work->tcon->share_conf, name); in ksmbd_vfs_kern_path_create()
1661 if (test_share_config_flag(work->tcon->share_conf, in ksmbd_vfs_fill_dentry_attrs()
Dsmb2pdu.c1863 share = status.tree_conn->share_conf; in smb2_tree_connect()
2334 if (!test_share_config_flag(tcon->share_conf, in smb2_new_xattrs()
2359 if (!test_share_config_flag(tcon->share_conf, in smb2_update_xattrs()
2376 struct ksmbd_share_config *share = tcon->share_conf; in smb2_creat()
2468 struct ksmbd_share_config *share = tcon->share_conf; in smb2_open()
2530 if (!test_share_config_flag(work->tcon->share_conf, in smb2_open()
2924 if (test_share_config_flag(work->tcon->share_conf, in smb2_open()
2937 if (test_share_config_flag(work->tcon->share_conf, in smb2_open()
3020 if (!test_share_config_flag(work->tcon->share_conf, KSMBD_SHARE_FLAG_OPLOCKS) || in smb2_open()
3757 if (ksmbd_share_veto_filename(priv->work->tcon->share_conf, name)) in __query_dir()
[all …]
Dsmb_common.c605 struct ksmbd_share_config *share = work->tcon->share_conf; in ksmbd_override_fsids()
Doplock.c1245 if (!test_share_config_flag(work->tcon->share_conf, in smb_break_all_levII_oplock()
1301 if (!test_share_config_flag(work->tcon->share_conf, in smb_break_all_oplock()
Dsmbacl.c1379 if (test_share_config_flag(tcon->share_conf, KSMBD_SHARE_FLAG_ACL_XATTR)) { in set_info_sec()