Searched refs:test_share_config_flag (Results 1 – 6 of 6) sorted by relevance
/linux/fs/ksmbd/mgmt/ |
A D | share_config.h | 61 static inline int test_share_config_flag(struct ksmbd_share_config *share, in test_share_config_flag() function
|
A D | share_config.c | 141 if (!test_share_config_flag(share, KSMBD_SHARE_FLAG_PIPE)) { in share_config_request()
|
/linux/fs/ksmbd/ |
A D | smb2pdu.c | 1881 if (test_share_config_flag(share, KSMBD_SHARE_FLAG_PIPE)) { in smb2_tree_connect() 2352 if (!test_share_config_flag(tcon->share_conf, in smb2_new_xattrs() 2377 if (!test_share_config_flag(tcon->share_conf, in smb2_update_xattrs() 2547 if (!test_share_config_flag(work->tcon->share_conf, in smb2_open() 2941 if (test_share_config_flag(work->tcon->share_conf, in smb2_open() 2954 if (test_share_config_flag(work->tcon->share_conf, in smb2_open() 4731 if (test_share_config_flag(work->tcon->share_conf, in smb2_get_info_file() 5135 if (test_share_config_flag(work->tcon->share_conf, in smb2_get_info_sec() 5259 if (test_share_config_flag(work->tcon->share_conf, in smb2_close() 6173 if (test_share_config_flag(work->tcon->share_conf, in smb2_read() [all …]
|
A D | oplock.c | 1245 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()
|
A D | vfs.c | 57 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()
|
A D | smbacl.c | 1379 if (test_share_config_flag(tcon->share_conf, KSMBD_SHARE_FLAG_ACL_XATTR)) { in set_info_sec()
|
Completed in 25 milliseconds