Home
last modified time | relevance | path

Searched refs:share_conf (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/fs/smb/server/
H A Dvfs.c43 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()
692 struct ksmbd_share_config *share_conf = work->tcon->share_conf; in ksmbd_vfs_rename() local
709 &share_conf->vfs_path); in ksmbd_vfs_rename()
1221 struct ksmbd_share_config *share_conf = work->tcon->share_conf; in ksmbd_vfs_kern_path_locked() local
1237 *parent_path = share_conf->vfs_path; in ksmbd_vfs_kern_path_locked()
1258 share_conf->vfs_path.mnt, in ksmbd_vfs_kern_path_locked()
1687 struct ksmbd_share_config *share_conf = work->tcon->share_conf; in ksmbd_vfs_fill_dentry_attrs() local
1691 .mnt = share_conf->vfs_path.mnt, in ksmbd_vfs_fill_dentry_attrs()
[all …]
H A Dsmb2pdu.c1972 share = status.tree_conn->share_conf; in smb2_tree_connect()
2531 if (!test_share_config_flag(tcon->share_conf, in smb2_new_xattrs()
2555 if (!test_share_config_flag(tcon->share_conf, in smb2_update_xattrs()
3314 if (test_share_config_flag(work->tcon->share_conf, in smb2_open()
3528 test_share_config_flag(work->tcon->share_conf, in smb2_open()
5193 if (test_share_config_flag(work->tcon->share_conf, in smb2_get_info_file()
5362 if (test_share_config_flag(work->tcon->share_conf, in smb2_get_info_filesystem()
5573 if (test_share_config_flag(work->tcon->share_conf, in smb2_get_info_sec()
5715 if (test_share_config_flag(work->tcon->share_conf, in smb2_close()
6595 if (test_share_config_flag(work->tcon->share_conf, in smb2_read()
[all …]
H A Dsmb_common.c784 return __ksmbd_override_fsids(work, work->tcon->share_conf); in ksmbd_override_fsids()
H A Doplock.c1344 if (!test_share_config_flag(work->tcon->share_conf, in smb_break_all_levII_oplock()
1407 if (!test_share_config_flag(work->tcon->share_conf, in smb_break_all_oplock()
H A Dsmbacl.c1440 if (test_share_config_flag(tcon->share_conf, KSMBD_SHARE_FLAG_ACL_XATTR)) { in set_info_sec()
/openbmc/linux/fs/smb/server/mgmt/
H A Dtree_connect.c76 tree_conn->share_conf = sc; in ksmbd_tree_conn_connect()
127 ksmbd_share_config_put(tree_conn->share_conf); in ksmbd_tree_conn_disconnect()
H A Dtree_connect.h28 struct ksmbd_share_config *share_conf; member