Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/server/mgmt/
Dshare_config.h55 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-v6.6/fs/smb/server/
Dsmb2pdu.c1970 if (test_share_config_flag(share, KSMBD_SHARE_FLAG_PIPE)) { in smb2_tree_connect()
2511 if (!test_share_config_flag(tcon->share_conf, in smb2_new_xattrs()
2535 if (!test_share_config_flag(tcon->share_conf, in smb2_update_xattrs()
2683 if (test_share_config_flag(share, KSMBD_SHARE_FLAG_PIPE)) { in smb2_open()
2709 if (!test_share_config_flag(work->tcon->share_conf, in smb2_open()
3102 if (test_share_config_flag(work->tcon->share_conf, in smb2_open()
3115 if (test_share_config_flag(work->tcon->share_conf, in smb2_open()
3199 if (!test_share_config_flag(work->tcon->share_conf, KSMBD_SHARE_FLAG_OPLOCKS) || in smb2_open()
4095 if (test_share_config_flag(share, KSMBD_SHARE_FLAG_HIDE_DOT_FILES)) in smb2_query_dir()
4873 if (test_share_config_flag(work->tcon->share_conf, in smb2_get_info_file()
[all …]
Dvfs.c43 if (!test_share_config_flag(work->tcon->share_conf, in ksmbd_vfs_inherit_owner()
113 if (test_share_config_flag(share_conf, KSMBD_SHARE_FLAG_CROSSMNT)) { in ksmbd_vfs_path_lookup_locked()
1677 if (test_share_config_flag(work->tcon->share_conf, in ksmbd_vfs_fill_dentry_attrs()
Doplock.c1259 if (!test_share_config_flag(work->tcon->share_conf, in smb_break_all_levII_oplock()
1322 if (!test_share_config_flag(work->tcon->share_conf, in smb_break_all_oplock()
Dsmbacl.c1414 if (test_share_config_flag(tcon->share_conf, KSMBD_SHARE_FLAG_ACL_XATTR)) { in set_info_sec()