Searched refs:test_share_config_flag (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/fs/smb/server/mgmt/ |
D | share_config.h | 55 static inline int test_share_config_flag(struct ksmbd_share_config *share, in test_share_config_flag() function
|
D | share_config.c | 160 if (!test_share_config_flag(share, KSMBD_SHARE_FLAG_PIPE)) { in share_config_request()
|
/Linux-v6.6/fs/smb/server/ |
D | smb2pdu.c | 1970 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 …]
|
D | vfs.c | 43 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()
|
D | oplock.c | 1259 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()
|
D | smbacl.c | 1414 if (test_share_config_flag(tcon->share_conf, KSMBD_SHARE_FLAG_ACL_XATTR)) { in set_info_sec()
|