share_bool_option  164 source4/ntvfs/cifs/vfs_cifs.c 	machine_account = share_bool_option(scfg, CIFS_USE_MACHINE_ACCT, CIFS_USE_MACHINE_ACCT_DEFAULT);
share_bool_option  248 source4/ntvfs/cifs/vfs_cifs.c 	p->map_generic = share_bool_option(scfg, CIFS_MAP_GENERIC, CIFS_MAP_GENERIC_DEFAULT);
share_bool_option  250 source4/ntvfs/cifs/vfs_cifs.c 	p->map_trans2 = share_bool_option(scfg, CIFS_MAP_TRANS2, CIFS_MAP_TRANS2_DEFAULT);
share_bool_option   42 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c #define CHECK_READ_ONLY(req) do { if (share_bool_option(ntvfs->ctx->config, SHARE_READONLY, true)) return NT_STATUS_ACCESS_DENIED; } while (0)
share_bool_option  322 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c 	readonly = share_bool_option(ntvfs->ctx->config, SHARE_READONLY, SHARE_READONLY_DEFAULT);
share_bool_option   92 source4/ntvfs/common/notify.c 	if (share_bool_option(scfg, NOTIFY_ENABLE, NOTIFY_ENABLE_DEFAULT) != true) {
share_bool_option  104 source4/ntvfs/common/opendb_tdb.c 	odb->oplocks = share_bool_option(ntvfs_ctx->config, SHARE_OPLOCKS, SHARE_OPLOCKS_DEFAULT);
share_bool_option   43 source4/ntvfs/posix/vfs_posix.c 	if (share_bool_option(scfg, SHARE_MAP_HIDDEN, SHARE_MAP_HIDDEN_DEFAULT))
share_bool_option   45 source4/ntvfs/posix/vfs_posix.c 	if (share_bool_option(scfg, SHARE_MAP_ARCHIVE, SHARE_MAP_ARCHIVE_DEFAULT))
share_bool_option   47 source4/ntvfs/posix/vfs_posix.c 	if (share_bool_option(scfg, SHARE_MAP_SYSTEM, SHARE_MAP_SYSTEM_DEFAULT))
share_bool_option   49 source4/ntvfs/posix/vfs_posix.c 	if (share_bool_option(scfg, SHARE_READONLY, SHARE_READONLY_DEFAULT))
share_bool_option   51 source4/ntvfs/posix/vfs_posix.c 	if (share_bool_option(scfg, SHARE_STRICT_SYNC, SHARE_STRICT_SYNC_DEFAULT))
share_bool_option   53 source4/ntvfs/posix/vfs_posix.c 	if (share_bool_option(scfg, SHARE_STRICT_LOCKING, SHARE_STRICT_LOCKING_DEFAULT))
share_bool_option   55 source4/ntvfs/posix/vfs_posix.c 	if (share_bool_option(scfg, SHARE_CI_FILESYSTEM, SHARE_CI_FILESYSTEM_DEFAULT))
share_bool_option   57 source4/ntvfs/posix/vfs_posix.c 	if (share_bool_option(scfg, PVFS_FAKE_OPLOCKS, PVFS_FAKE_OPLOCKS_DEFAULT))
share_bool_option   59 source4/ntvfs/posix/vfs_posix.c 	if (share_bool_option(scfg, PVFS_AIO, false))
share_bool_option   85 source4/ntvfs/posix/vfs_posix.c 	if (share_bool_option(scfg, PVFS_XATTR, PVFS_XATTR_DEFAULT))
share_bool_option   41 source4/ntvfs/simple/vfs_simple.c #define CHECK_READ_ONLY(req) do { if (share_bool_option(ntvfs->ctx->config, SHARE_READONLY, true)) return NT_STATUS_ACCESS_DENIED; } while (0)
share_bool_option  319 source4/ntvfs/simple/vfs_simple.c 	readonly = share_bool_option(ntvfs->ctx->config, SHARE_READONLY, SHARE_READONLY_DEFAULT);
share_bool_option  182 source4/ntvfs/smb2/vfs_smb2.c 	machine_account = share_bool_option(scfg, SMB2_USE_MACHINE_ACCT, SMB2_USE_MACHINE_ACCT_DEFAULT);
share_bool_option   79 source4/ntvfs/sysdep/sys_notify.c 		enabled = share_bool_option(scfg, enable_opt_name, true);
share_bool_option   59 source4/rpc_server/common/share_info.c 	if (!share_bool_option(scfg, SHARE_BROWSEABLE, SHARE_BROWSEABLE_DEFAULT)) {
share_bool_option  211 source4/smb_server/smb/service.c 	if (share_bool_option(req->tcon->ntvfs->config, SHARE_MSDFS_ROOT, SHARE_MSDFS_ROOT_DEFAULT) && lp_host_msdfs(req->smb_conn->lp_ctx)) {