Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ksmbd/mgmt/
Dshare_config.h62 static inline int test_share_config_flag(struct ksmbd_share_config *share, in test_share_config_flag() function
Dshare_config.c160 if (!test_share_config_flag(share, KSMBD_SHARE_FLAG_PIPE)) { in share_config_request()
/linux-6.1.9/fs/ksmbd/
Dsmb2pdu.c1902 if (test_share_config_flag(share, KSMBD_SHARE_FLAG_PIPE)) { in smb2_tree_connect()
2376 if (!test_share_config_flag(tcon->share_conf, in smb2_new_xattrs()
2401 if (!test_share_config_flag(tcon->share_conf, in smb2_update_xattrs()
2547 if (test_share_config_flag(share, KSMBD_SHARE_FLAG_PIPE)) { in smb2_open()
2573 if (!test_share_config_flag(work->tcon->share_conf, in smb2_open()
2967 if (test_share_config_flag(work->tcon->share_conf, in smb2_open()
2980 if (test_share_config_flag(work->tcon->share_conf, in smb2_open()
3061 if (!test_share_config_flag(work->tcon->share_conf, KSMBD_SHARE_FLAG_OPLOCKS) || in smb2_open()
3954 if (test_share_config_flag(share, KSMBD_SHARE_FLAG_HIDE_DOT_FILES)) in smb2_query_dir()
4773 if (test_share_config_flag(work->tcon->share_conf, in smb2_get_info_file()
[all …]
Doplock.c1255 if (!test_share_config_flag(work->tcon->share_conf, in smb_break_all_levII_oplock()
1311 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()
1674 if (test_share_config_flag(work->tcon->share_conf, in ksmbd_vfs_fill_dentry_attrs()
Dsmbacl.c1415 if (test_share_config_flag(tcon->share_conf, KSMBD_SHARE_FLAG_ACL_XATTR)) { in set_info_sec()