Searched refs:share_conf (Results 1 – 6 of 6) 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 | 2021 share = status.tree_conn->share_conf; in smb2_tree_connect() 2574 if (!test_share_config_flag(tcon->share_conf, in smb2_new_xattrs() 2598 if (!test_share_config_flag(tcon->share_conf, in smb2_update_xattrs() 2616 struct ksmbd_share_config *share = tcon->share_conf; in smb2_creat() 2898 struct ksmbd_share_config *share = tcon->share_conf; in smb2_open() 2976 if (!test_share_config_flag(work->tcon->share_conf, in smb2_open() 3384 if (test_share_config_flag(work->tcon->share_conf, in smb2_open() 3397 if (test_share_config_flag(work->tcon->share_conf, in smb2_open() 3492 if (!test_share_config_flag(work->tcon->share_conf, KSMBD_SHARE_FLAG_OPLOCKS) || in smb2_open() 3613 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 | 1366 if (!test_share_config_flag(work->tcon->share_conf, in smb_break_all_levII_oplock() 1429 if (!test_share_config_flag(work->tcon->share_conf, in smb_break_all_oplock()
|
| H A D | smbacl.c | 1588 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()
|