Home
last modified time | relevance | path

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

/Linux-v5.15/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-v5.15/fs/ksmbd/
Dsmb2pdu.c1864 if (test_share_config_flag(share, KSMBD_SHARE_FLAG_PIPE)) { in smb2_tree_connect()
2334 if (!test_share_config_flag(tcon->share_conf, in smb2_new_xattrs()
2359 if (!test_share_config_flag(tcon->share_conf, in smb2_update_xattrs()
2503 if (test_share_config_flag(share, KSMBD_SHARE_FLAG_PIPE)) { in smb2_open()
2530 if (!test_share_config_flag(work->tcon->share_conf, in smb2_open()
2924 if (test_share_config_flag(work->tcon->share_conf, in smb2_open()
2937 if (test_share_config_flag(work->tcon->share_conf, in smb2_open()
3020 if (!test_share_config_flag(work->tcon->share_conf, KSMBD_SHARE_FLAG_OPLOCKS) || in smb2_open()
3912 if (test_share_config_flag(share, KSMBD_SHARE_FLAG_HIDE_DOT_FILES)) in smb2_query_dir()
4699 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.c57 if (!test_share_config_flag(work->tcon->share_conf, in ksmbd_vfs_inherit_owner()
1661 if (test_share_config_flag(work->tcon->share_conf, in ksmbd_vfs_fill_dentry_attrs()
Dsmbacl.c1379 if (test_share_config_flag(tcon->share_conf, KSMBD_SHARE_FLAG_ACL_XATTR)) { in set_info_sec()