Home
last modified time | relevance | path

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

/linux/fs/smb/server/
H A Dvfs.c43 if (!test_share_config_flag(work->tcon->share_conf, in ksmbd_vfs_inherit_owner()
68 static int ksmbd_vfs_path_lookup_locked(struct ksmbd_share_config *share_conf, in ksmbd_vfs_path_lookup_locked() argument
75 struct path *root_share_path = &share_conf->vfs_path; in ksmbd_vfs_path_lookup_locked()
80 pathname = share_conf->path; in ksmbd_vfs_path_lookup_locked()
124 if (test_share_config_flag(share_conf, KSMBD_SHARE_FLAG_CROSSMNT)) { in ksmbd_vfs_path_lookup_locked()
692 struct ksmbd_share_config *share_conf = work->tcon->share_conf; in ksmbd_vfs_rename() local
709 &share_conf->vfs_path); in ksmbd_vfs_rename()
1226 struct ksmbd_share_config *share_conf = work->tcon->share_conf; in ksmbd_vfs_kern_path_locked() local
1229 err = ksmbd_vfs_path_lookup_locked(share_conf, name, flags, parent_path, in ksmbd_vfs_kern_path_locked()
1242 *parent_path = share_conf->vfs_path; in ksmbd_vfs_kern_path_locked()
[all …]
H A Dsmb2pdu.c1982 share = status.tree_conn->share_conf; in smb2_tree_connect()
2538 if (!test_share_config_flag(tcon->share_conf, in smb2_new_xattrs()
2562 if (!test_share_config_flag(tcon->share_conf, in smb2_update_xattrs()
2580 struct ksmbd_share_config *share = tcon->share_conf; in smb2_creat()
2834 struct ksmbd_share_config *share = tcon->share_conf; in smb2_open()
2889 if (!test_share_config_flag(work->tcon->share_conf, in smb2_open()
3322 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()
3424 if (!test_share_config_flag(work->tcon->share_conf, KSMBD_SHARE_FLAG_OPLOCKS) || in smb2_open()
3536 test_share_config_flag(work->tcon->share_conf, in smb2_open()
[all …]
H A Dsmb_common.c789 return __ksmbd_override_fsids(work, work->tcon->share_conf); in ksmbd_override_fsids()
H A Doplock.c1344 if (!test_share_config_flag(work->tcon->share_conf, in smb_break_all_levII_oplock()
1407 if (!test_share_config_flag(work->tcon->share_conf, in smb_break_all_oplock()
H A Dsmbacl.c1461 if (test_share_config_flag(tcon->share_conf, KSMBD_SHARE_FLAG_ACL_XATTR)) { in set_info_sec()
/linux/fs/smb/server/mgmt/
H A Dtree_connect.c77 tree_conn->share_conf = sc; in ksmbd_tree_conn_connect()
128 ksmbd_share_config_put(tree_conn->share_conf); in ksmbd_tree_conn_disconnect()
H A Dtree_connect.h28 struct ksmbd_share_config *share_conf; member