Searched refs:share_conf (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/server/ |
H A 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() 120 if (test_share_config_flag(share_conf, KSMBD_SHARE_FLAG_CROSSMNT)) { in ksmbd_vfs_path_lookup_locked() 687 struct ksmbd_share_config *share_conf = work->tcon->share_conf; in ksmbd_vfs_rename() local 704 &share_conf->vfs_path); in ksmbd_vfs_rename() 1204 struct ksmbd_share_config *share_conf = work->tcon->share_conf; in ksmbd_vfs_kern_path_locked() local [all...] |
H A D | smb2pdu.c | 1978 share = status.tree_conn->share_conf; in smb2_tree_connect() 2522 if (!test_share_config_flag(tcon->share_conf, in smb2_new_xattrs() 2546 if (!test_share_config_flag(tcon->share_conf, in smb2_update_xattrs() 2564 struct ksmbd_share_config *share = tcon->share_conf; in smb2_creat() 2659 struct ksmbd_share_config *share = tcon->share_conf; in smb2_open() 2720 if (!test_share_config_flag(work->tcon->share_conf, in smb2_open() 3109 if (test_share_config_flag(work->tcon->share_conf, in smb2_open() 3122 if (test_share_config_flag(work->tcon->share_conf, in smb2_open() 3215 if (!test_share_config_flag(work->tcon->share_conf, KSMBD_SHARE_FLAG_OPLOCKS) || in smb2_open() 3970 if (ksmbd_share_veto_filename(priv->work->tcon->share_conf, nam in __query_dir() [all...] |
H A D | smb_common.c | 735 struct ksmbd_share_config *share = work->tcon->share_conf; in ksmbd_override_fsids()
|
H A D | oplock.c | 1355 if (!test_share_config_flag(work->tcon->share_conf, in smb_break_all_levII_oplock() 1418 if (!test_share_config_flag(work->tcon->share_conf, in smb_break_all_oplock()
|
H A D | smbacl.c | 1440 if (test_share_config_flag(tcon->share_conf, KSMBD_SHARE_FLAG_ACL_XATTR)) { in set_info_sec()
|
/kernel/linux/linux-6.6/fs/smb/server/mgmt/ |
H A 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()
|
H A D | tree_connect.h | 27 struct ksmbd_share_config *share_conf; member
|
Completed in 13 milliseconds