Searched refs:test_share_config_flag (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/fs/smb/server/mgmt/ |
| H A D | share_config.h | 57 static inline int test_share_config_flag(struct ksmbd_share_config *share, in test_share_config_flag() function
|
| H A D | share_config.c | 162 if (!test_share_config_flag(share, KSMBD_SHARE_FLAG_PIPE)) { in share_config_request()
|
| /linux-6.15/fs/smb/server/ |
| H A D | smb2pdu.c | 2027 test_share_config_flag(share, in smb2_tree_connect() 2546 if (!test_share_config_flag(tcon->share_conf, in smb2_new_xattrs() 2570 if (!test_share_config_flag(tcon->share_conf, in smb2_update_xattrs() 3351 if (test_share_config_flag(work->tcon->share_conf, in smb2_open() 3565 test_share_config_flag(work->tcon->share_conf, in smb2_open() 5283 if (test_share_config_flag(work->tcon->share_conf, in smb2_get_info_file() 5452 if (test_share_config_flag(work->tcon->share_conf, in smb2_get_info_filesystem() 5663 if (test_share_config_flag(work->tcon->share_conf, in smb2_get_info_sec() 5807 if (test_share_config_flag(work->tcon->share_conf, in smb2_close() 6687 if (test_share_config_flag(work->tcon->share_conf, in smb2_read() [all …]
|
| H A D | vfs.c | 43 if (!test_share_config_flag(work->tcon->share_conf, in ksmbd_vfs_inherit_owner() 119 if (test_share_config_flag(share_conf, KSMBD_SHARE_FLAG_CROSSMNT)) { in ksmbd_vfs_path_lookup_locked() 1707 if (test_share_config_flag(work->tcon->share_conf, in ksmbd_vfs_fill_dentry_attrs()
|
| H A D | oplock.c | 1331 if (!test_share_config_flag(work->tcon->share_conf, in smb_break_all_levII_oplock() 1392 if (!test_share_config_flag(work->tcon->share_conf, in smb_break_all_oplock()
|
| H A D | smbacl.c | 1474 if (test_share_config_flag(tcon->share_conf, KSMBD_SHARE_FLAG_ACL_XATTR)) { in set_info_sec()
|