Searched refs:test_share_config_flag (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/fs/ksmbd/mgmt/ |
D | share_config.h | 62 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.1/fs/ksmbd/ |
D | smb2pdu.c | 1902 if (test_share_config_flag(share, KSMBD_SHARE_FLAG_PIPE)) { in smb2_tree_connect() 2373 if (!test_share_config_flag(tcon->share_conf, in smb2_new_xattrs() 2398 if (!test_share_config_flag(tcon->share_conf, in smb2_update_xattrs() 2544 if (test_share_config_flag(share, KSMBD_SHARE_FLAG_PIPE)) { in smb2_open() 2570 if (!test_share_config_flag(work->tcon->share_conf, in smb2_open() 2964 if (test_share_config_flag(work->tcon->share_conf, in smb2_open() 2977 if (test_share_config_flag(work->tcon->share_conf, in smb2_open() 3058 if (!test_share_config_flag(work->tcon->share_conf, KSMBD_SHARE_FLAG_OPLOCKS) || in smb2_open() 3951 if (test_share_config_flag(share, KSMBD_SHARE_FLAG_HIDE_DOT_FILES)) in smb2_query_dir() 4770 if (test_share_config_flag(work->tcon->share_conf, in smb2_get_info_file() [all …]
|
D | oplock.c | 1255 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()
|
D | vfs.c | 56 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()
|
D | smbacl.c | 1415 if (test_share_config_flag(tcon->share_conf, KSMBD_SHARE_FLAG_ACL_XATTR)) { in set_info_sec()
|