Searched refs:share_conf (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/fs/smb/server/ |
| H A D | vfs.c | 43 if (!test_share_config_flag(work->tcon->share_conf, in ksmbd_vfs_inherit_owner() 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() 681 struct ksmbd_share_config *share_conf = work->tcon->share_conf; in ksmbd_vfs_rename() local 707 &share_conf->vfs_path); in ksmbd_vfs_rename() 1214 struct ksmbd_share_config *share_conf = work->tcon->share_conf; in ksmbd_vfs_kern_path_locked() local 1230 *parent_path = share_conf->vfs_path; in ksmbd_vfs_kern_path_locked() 1251 share_conf->vfs_path.mnt, in ksmbd_vfs_kern_path_locked() 1681 struct ksmbd_share_config *share_conf = work->tcon->share_conf; in ksmbd_vfs_fill_dentry_attrs() local 1685 .mnt = share_conf->vfs_path.mnt, in ksmbd_vfs_fill_dentry_attrs() [all …]
|
| H A D | smb2pdu.c | 1993 share = status.tree_conn->share_conf; in smb2_tree_connect() 2546 if (!test_share_config_flag(tcon->share_conf, in smb2_new_xattrs() 2570 if (!test_share_config_flag(tcon->share_conf, in smb2_update_xattrs() 3351 if (test_share_config_flag(work->tcon->share_conf, in smb2_open() 3565 test_share_config_flag(work->tcon->share_conf, in smb2_open() 5283 if (test_share_config_flag(work->tcon->share_conf, in smb2_get_info_file() 5452 if (test_share_config_flag(work->tcon->share_conf, in smb2_get_info_filesystem() 5663 if (test_share_config_flag(work->tcon->share_conf, in smb2_get_info_sec() 5807 if (test_share_config_flag(work->tcon->share_conf, in smb2_close() 6687 if (test_share_config_flag(work->tcon->share_conf, in smb2_read() [all …]
|
| H A D | smb_common.c | 789 return __ksmbd_override_fsids(work, work->tcon->share_conf); in ksmbd_override_fsids()
|
| H A D | oplock.c | 1331 if (!test_share_config_flag(work->tcon->share_conf, in smb_break_all_levII_oplock() 1392 if (!test_share_config_flag(work->tcon->share_conf, in smb_break_all_oplock()
|
| H A D | smbacl.c | 1474 if (test_share_config_flag(tcon->share_conf, KSMBD_SHARE_FLAG_ACL_XATTR)) { in set_info_sec()
|
| /linux-6.15/fs/smb/server/mgmt/ |
| H A D | tree_connect.c | 77 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 D | tree_connect.h | 28 struct ksmbd_share_config *share_conf; member
|