Home
last modified time | relevance | path

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

/linux/fs/smb/server/
H A Dvfs.c47 if (!test_share_config_flag(work->tcon->share_conf, in ksmbd_vfs_inherit_owner()
54 static int ksmbd_vfs_path_lookup(struct ksmbd_share_config *share_conf, in ksmbd_vfs_path_lookup() argument
59 const struct path *root_share_path = &share_conf->vfs_path; in ksmbd_vfs_path_lookup()
64 pathname = share_conf->path; in ksmbd_vfs_path_lookup()
108 if (test_share_config_flag(share_conf, KSMBD_SHARE_FLAG_CROSSMNT)) { in ksmbd_vfs_path_lookup()
692 struct ksmbd_share_config *share_conf = work->tcon->share_conf; in ksmbd_vfs_rename() local
702 &new_path, &new_last, &share_conf->vfs_path); in ksmbd_vfs_rename()
1338 struct ksmbd_share_config *share_conf = work->tcon->share_conf; in __ksmbd_vfs_kern_path() local
1344 err = ksmbd_vfs_path_lookup(share_conf, filepath, flags, path, for_remove); in __ksmbd_vfs_kern_path()
1351 parent_path = share_conf->vfs_path; in __ksmbd_vfs_kern_path()
[all …]
H A Dsmb2pdu.c2815 share = status.tree_conn->share_conf; in smb2_tree_connect()
3363 test_share_config_flag(fp->tcon->share_conf, in smb2_set_stream_name_xattr()
3471 if (!test_share_config_flag(tcon->share_conf, in smb2_new_xattrs()
3514 bool store_dos_attrs = test_share_config_flag(tcon->share_conf, in smb2_update_xattrs()
3545 struct ksmbd_share_config *share = tcon->share_conf; in smb2_creat()
4088 struct ksmbd_share_config *share = tcon->share_conf; in smb2_open()
4170 if (!test_share_config_flag(work->tcon->share_conf, in smb2_open()
4446 if (test_share_config_flag(tcon->share_conf, in smb2_open()
4733 if (test_share_config_flag(work->tcon->share_conf, in smb2_open()
4743 if (test_share_config_flag(work->tcon->share_conf, in smb2_open()
[all …]
H A Dserver.c267 test_share_config_flag(work->tcon->share_conf, in __handle_ksmbd_work()
H A Doplock.c1803 if (!test_share_config_flag(work->tcon->share_conf, in __smb_break_all_levII_oplock()
1914 if (!test_share_config_flag(work->tcon->share_conf, in smb_break_all_oplock()
H A Dsmbacl.c1715 if (test_share_config_flag(tcon->share_conf, KSMBD_SHARE_FLAG_ACL_XATTR)) { in set_info_sec()