Searched refs:share_conf (Results 1 – 8 of 8) sorted by relevance
| /linux/fs/smb/server/ |
| H A D | vfs.c | 46 if (!test_share_config_flag(work->tcon->share_conf, in ksmbd_vfs_inherit_owner() 53 static int ksmbd_vfs_path_lookup(struct ksmbd_share_config *share_conf, in ksmbd_vfs_path_lookup() argument 58 const struct path *root_share_path = &share_conf->vfs_path; in ksmbd_vfs_path_lookup() 63 pathname = share_conf->path; in ksmbd_vfs_path_lookup() 112 if (test_share_config_flag(share_conf, KSMBD_SHARE_FLAG_CROSSMNT)) { in ksmbd_vfs_path_lookup() 669 struct ksmbd_share_config *share_conf = work->tcon->share_conf; in ksmbd_vfs_rename() local 682 &share_conf->vfs_path); in ksmbd_vfs_rename() 1145 struct ksmbd_share_config *share_conf = work->tcon->share_conf; in __ksmbd_vfs_kern_path() local 1151 err = ksmbd_vfs_path_lookup(share_conf, filepath, flags, path, for_remove); in __ksmbd_vfs_kern_path() 1158 parent_path = share_conf->vfs_path; in __ksmbd_vfs_kern_path() [all …]
|
| H A D | smb2pdu.c | 2022 share = status.tree_conn->share_conf; in smb2_tree_connect() 2575 if (!test_share_config_flag(tcon->share_conf, in smb2_new_xattrs() 2599 if (!test_share_config_flag(tcon->share_conf, in smb2_update_xattrs() 2617 struct ksmbd_share_config *share = tcon->share_conf; in smb2_creat() 2897 struct ksmbd_share_config *share = tcon->share_conf; in smb2_open() 2975 if (!test_share_config_flag(work->tcon->share_conf, in smb2_open() 3388 if (test_share_config_flag(work->tcon->share_conf, in smb2_open() 3401 if (test_share_config_flag(work->tcon->share_conf, in smb2_open() 3496 if (!test_share_config_flag(work->tcon->share_conf, KSMBD_SHARE_FLAG_OPLOCKS) || in smb2_open() 3617 test_share_config_flag(work->tcon->share_conf, in smb2_open() [all …]
|
| H A D | smb_common.c | 813 return __ksmbd_override_fsids(work, work->tcon->share_conf); in ksmbd_override_fsids()
|
| H A D | oplock.c | 1369 if (!test_share_config_flag(work->tcon->share_conf, in smb_break_all_levII_oplock() 1432 if (!test_share_config_flag(work->tcon->share_conf, in smb_break_all_oplock()
|
| H A D | smbacl.c | 1514 if (test_share_config_flag(tcon->share_conf, KSMBD_SHARE_FLAG_ACL_XATTR)) { in set_info_sec()
|
| /linux/fs/smb/server/mgmt/ |
| H A D | tree_connect.c | 77 tree_conn->share_conf = sc; in ksmbd_tree_conn_connect() 106 ksmbd_share_config_put(tcon->share_conf); in ksmbd_tree_connect_put() 120 ksmbd_share_config_put(tree_conn->share_conf); in __ksmbd_tree_conn_disconnect()
|
| H A D | user_session.c | 85 struct ksmbd_share_config *share_conf; in show_proc_session() local 140 share_conf = tree_conn->share_conf; in show_proc_session() 142 share_conf->name, tree_conn->id); in show_proc_session() 143 if (test_share_config_flag(share_conf, KSMBD_SHARE_FLAG_PIPE)) in show_proc_session()
|
| H A D | tree_connect.h | 28 struct ksmbd_share_config *share_conf; member
|