Home
last modified time | relevance | path

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

/linux-6.12.1/fs/smb/server/
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 …]
Dsmb2pdu.c1969 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()
[all …]
Dsmb_common.c793 return __ksmbd_override_fsids(work, work->tcon->share_conf); in ksmbd_override_fsids()
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()
Dsmbacl.c1440 if (test_share_config_flag(tcon->share_conf, KSMBD_SHARE_FLAG_ACL_XATTR)) { in set_info_sec()
/linux-6.12.1/fs/smb/server/mgmt/
Dtree_connect.c76 tree_conn->share_conf = sc; in ksmbd_tree_conn_connect()
127 ksmbd_share_config_put(tree_conn->share_conf); in ksmbd_tree_conn_disconnect()
Dtree_connect.h28 struct ksmbd_share_config *share_conf; member