Home
last modified time | relevance | path

Searched refs:test_share_config_flag (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/fs/ksmbd/mgmt/
Dshare_config.h61 static inline int test_share_config_flag(struct ksmbd_share_config *share, in test_share_config_flag() function
Dshare_config.c141 if (!test_share_config_flag(share, KSMBD_SHARE_FLAG_PIPE)) { in share_config_request()
/linux-5.19.10/fs/ksmbd/
Dsmb2pdu.c1888 if (test_share_config_flag(share, KSMBD_SHARE_FLAG_PIPE)) { in smb2_tree_connect()
2358 if (!test_share_config_flag(tcon->share_conf, in smb2_new_xattrs()
2383 if (!test_share_config_flag(tcon->share_conf, in smb2_update_xattrs()
2526 if (test_share_config_flag(share, KSMBD_SHARE_FLAG_PIPE)) { in smb2_open()
2552 if (!test_share_config_flag(work->tcon->share_conf, in smb2_open()
2945 if (test_share_config_flag(work->tcon->share_conf, in smb2_open()
2958 if (test_share_config_flag(work->tcon->share_conf, in smb2_open()
3045 if (!test_share_config_flag(work->tcon->share_conf, KSMBD_SHARE_FLAG_OPLOCKS) || in smb2_open()
3941 if (test_share_config_flag(share, KSMBD_SHARE_FLAG_HIDE_DOT_FILES)) in smb2_query_dir()
4746 if (test_share_config_flag(work->tcon->share_conf, in smb2_get_info_file()
[all …]
Doplock.c1245 if (!test_share_config_flag(work->tcon->share_conf, in smb_break_all_levII_oplock()
1301 if (!test_share_config_flag(work->tcon->share_conf, in smb_break_all_oplock()
Dvfs.c56 if (!test_share_config_flag(work->tcon->share_conf, in ksmbd_vfs_inherit_owner()
1665 if (test_share_config_flag(work->tcon->share_conf, in ksmbd_vfs_fill_dentry_attrs()
Dsmbacl.c1413 if (test_share_config_flag(tcon->share_conf, KSMBD_SHARE_FLAG_ACL_XATTR)) { in set_info_sec()