Searched refs:share_conf (Results 1 – 7 of 7) sorted by relevance
| /Linux-v6.6/fs/smb/server/ |
| D | vfs.c | 43 if (!test_share_config_flag(work->tcon->share_conf, in ksmbd_vfs_inherit_owner() 64 static int ksmbd_vfs_path_lookup_locked(struct ksmbd_share_config *share_conf, in ksmbd_vfs_path_lookup_locked() argument 71 struct path *root_share_path = &share_conf->vfs_path; in ksmbd_vfs_path_lookup_locked() 76 pathname = share_conf->path; in ksmbd_vfs_path_lookup_locked() 113 if (test_share_config_flag(share_conf, KSMBD_SHARE_FLAG_CROSSMNT)) { in ksmbd_vfs_path_lookup_locked() 697 struct ksmbd_share_config *share_conf = work->tcon->share_conf; in ksmbd_vfs_rename() local 714 &share_conf->vfs_path); in ksmbd_vfs_rename() 1208 struct ksmbd_share_config *share_conf = work->tcon->share_conf; in ksmbd_vfs_kern_path_locked() local 1211 err = ksmbd_vfs_path_lookup_locked(share_conf, name, flags, parent_path, in ksmbd_vfs_kern_path_locked() 1227 *parent_path = share_conf->vfs_path; in ksmbd_vfs_kern_path_locked() [all …]
|
| D | smb2pdu.c | 1969 share = status.tree_conn->share_conf; in smb2_tree_connect() 2511 if (!test_share_config_flag(tcon->share_conf, in smb2_new_xattrs() 2535 if (!test_share_config_flag(tcon->share_conf, in smb2_update_xattrs() 2553 struct ksmbd_share_config *share = tcon->share_conf; in smb2_creat() 2648 struct ksmbd_share_config *share = tcon->share_conf; in smb2_open() 2709 if (!test_share_config_flag(work->tcon->share_conf, in smb2_open() 3102 if (test_share_config_flag(work->tcon->share_conf, in smb2_open() 3115 if (test_share_config_flag(work->tcon->share_conf, in smb2_open() 3199 if (!test_share_config_flag(work->tcon->share_conf, KSMBD_SHARE_FLAG_OPLOCKS) || in smb2_open() 3947 if (ksmbd_share_veto_filename(priv->work->tcon->share_conf, name)) in __query_dir() [all …]
|
| D | smb_common.c | 720 struct ksmbd_share_config *share = work->tcon->share_conf; in ksmbd_override_fsids()
|
| D | oplock.c | 1259 if (!test_share_config_flag(work->tcon->share_conf, in smb_break_all_levII_oplock() 1322 if (!test_share_config_flag(work->tcon->share_conf, in smb_break_all_oplock()
|
| D | smbacl.c | 1414 if (test_share_config_flag(tcon->share_conf, KSMBD_SHARE_FLAG_ACL_XATTR)) { in set_info_sec()
|
| /Linux-v6.6/fs/smb/server/mgmt/ |
| D | tree_connect.c | 75 tree_conn->share_conf = sc; in ksmbd_tree_conn_connect() 126 ksmbd_share_config_put(tree_conn->share_conf); in ksmbd_tree_conn_disconnect()
|
| D | tree_connect.h | 27 struct ksmbd_share_config *share_conf; member
|