Home
last modified time | relevance | path

Searched refs:enforce (Results 1 – 25 of 89) sorted by relevance

1234

/Linux-v6.1/fs/btrfs/
Dqgroup.h368 enum btrfs_qgroup_rsv_type type, bool enforce);
370 enum btrfs_qgroup_rsv_type type, bool enforce,
374 int num_bytes, bool enforce) in btrfs_qgroup_reserve_meta_pertrans() argument
378 enforce, false); in btrfs_qgroup_reserve_meta_pertrans()
381 int num_bytes, bool enforce, in btrfs_qgroup_reserve_meta_prealloc() argument
386 enforce, noflush); in btrfs_qgroup_reserve_meta_prealloc()
Dqgroup.c3072 static int qgroup_reserve(struct btrfs_root *root, u64 num_bytes, bool enforce, in qgroup_reserve() argument
3090 enforce = false; in qgroup_reserve()
3116 if (enforce && !qgroup_check_limits(qg, num_bytes)) { in qgroup_reserve()
3961 enum btrfs_qgroup_rsv_type type, bool enforce) in btrfs_qgroup_reserve_meta() argument
3972 ret = qgroup_reserve(root, num_bytes, enforce, type); in btrfs_qgroup_reserve_meta()
3988 enum btrfs_qgroup_rsv_type type, bool enforce, in __btrfs_qgroup_reserve_meta() argument
3993 ret = btrfs_qgroup_reserve_meta(root, num_bytes, type, enforce); in __btrfs_qgroup_reserve_meta()
4000 return btrfs_qgroup_reserve_meta(root, num_bytes, type, enforce); in __btrfs_qgroup_reserve_meta()
/Linux-v6.1/security/loadpin/
Dloadpin.c45 static int enforce = IS_ENABLED(CONFIG_SECURITY_LOADPIN_ENFORCE);
65 .data = &enforce,
149 if (!enforce) { in loadpin_read_file()
183 if (unlikely(!enforce)) { in loadpin_read_file()
245 enforce ? "" : "not "); in loadpin_init()
426 module_param(enforce, int, 0);
427 MODULE_PARM_DESC(enforce, "Enforce module/firmware pinning");
DKconfig18 If selected, LoadPin will enforce pinning at boot. If not
20 "loadpin.enforce=1".
/Linux-v6.1/Documentation/admin-guide/LSM/
DLoadPin.rst9 and/or unchangeable filesystem to enforce module and firmware loading
14 "``loadpin.enforce``". By default, it is enabled, but can be disabled at
15 boot ("``loadpin.enforce=0``").
Dapparmor.rst33 For AppArmor to enforce any restrictions beyond standard Linux DAC permissions
/Linux-v6.1/include/linux/
Dpage-flags.h353 #define PF_ANY(page, enforce) PF_POISONED_CHECK(page) argument
354 #define PF_HEAD(page, enforce) PF_POISONED_CHECK(compound_head(page)) argument
355 #define PF_ONLY_HEAD(page, enforce) ({ \ argument
358 #define PF_NO_TAIL(page, enforce) ({ \ argument
359 VM_BUG_ON_PGFLAGS(enforce && PageTail(page), page); \
361 #define PF_NO_COMPOUND(page, enforce) ({ \ argument
362 VM_BUG_ON_PGFLAGS(enforce && PageCompound(page), page); \
364 #define PF_SECOND(page, enforce) ({ \ argument
/Linux-v6.1/arch/x86/kvm/
Dhyperv.h149 int kvm_hv_set_enforce_cpuid(struct kvm_vcpu *vcpu, bool enforce);
Dcpuid.h229 if (!vcpu->arch.pv_cpuid.enforce) in guest_pv_has()
/Linux-v6.1/Documentation/devicetree/bindings/mtd/partitions/
Dbrcm,trx.txt18 TRX doesn't enforce any strict partition boundaries or size limits. All
/Linux-v6.1/Documentation/admin-guide/device-mapper/
Ddm-ebs.rst48 offset 128 sectors, enforce 2KiB underlying device block size.
/Linux-v6.1/Documentation/hwmon/
Docc.rst121 Maximum power cap that the OCC can enforce in
123 power[1-n]_cap_min Minimum power cap that the OCC can enforce in
Dacpi_power_meter.rst39 Some computers have the ability to enforce a power cap in hardware. If this is
/Linux-v6.1/Documentation/x86/x86_64/
Dfsgs.rst19 limits. The limits can be used to enforce address space protections.
98 the GS register and enforce them when GS base is set via
/Linux-v6.1/Documentation/scsi/
Dscsi.rst26 will enforce the correct ordering of loading and unloading modules in
/Linux-v6.1/Documentation/bpf/
Dkfuncs.rst20 valid context. To enforce this, visibility of a kfunc can be per program type.
144 It can be used to enforce that a pointer to a refcounted object acquired from a
/Linux-v6.1/Documentation/security/
Dlandlock.rst24 Any user can enforce Landlock rulesets on their processes. They are merged and
/Linux-v6.1/arch/powerpc/boot/dts/
Dwii.dts212 sda-enforce-dir;
/Linux-v6.1/Documentation/mm/
Dksm.rst37 Every "chain" and all "dups" linked into a "chain" enforce the
/Linux-v6.1/security/selinux/
DKconfig62 /sys/fs/selinux/enforce.
/Linux-v6.1/Documentation/driver-api/serial/
Dserial-rs485.rst121 receiver side to enforce the filtering. Receive address will be cleared
/Linux-v6.1/drivers/thermal/intel/
DKconfig8 enforce idle time which results in more package C-state residency. The
/Linux-v6.1/Documentation/x86/
Dbuslock.rst42 terminate the application or to enforce throttling.
/Linux-v6.1/Documentation/userspace-api/
Dlandlock.rst151 perror("Failed to enforce ruleset");
368 task willing to enforce a new ruleset in complement to its 16 inherited
425 Using user space process to enforce restrictions on kernel resources can lead
/Linux-v6.1/Documentation/process/
Dkernel-enforcement-statement.rst11 Although there is a right to enforce the separate copyright interests in the

1234