Home
last modified time | relevance | path

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

1234

/kernel/linux/linux-5.10/security/loadpin/
Dloadpin.c41 static int enforce = IS_ENABLED(CONFIG_SECURITY_LOADPIN_ENFORCE); variable
58 .data = &enforce,
135 if (!enforce) { in loadpin_check()
168 if (unlikely(!enforce)) { in loadpin_check()
246 enforce ? "" : "not "); in loadpin_init()
258 module_param(enforce, int, 0);
259 MODULE_PARM_DESC(enforce, "Enforce module/firmware pinning");
DKconfig18 If selected, LoadPin will enforce pinning at boot. If not
20 "loadpin.enforce=1".
/kernel/linux/linux-5.10/fs/btrfs/
Dqgroup.h365 enum btrfs_qgroup_rsv_type type, bool enforce);
367 enum btrfs_qgroup_rsv_type type, bool enforce);
370 int num_bytes, bool enforce) in btrfs_qgroup_reserve_meta_pertrans() argument
373 BTRFS_QGROUP_RSV_META_PERTRANS, enforce); in btrfs_qgroup_reserve_meta_pertrans()
376 int num_bytes, bool enforce) in btrfs_qgroup_reserve_meta_prealloc() argument
379 BTRFS_QGROUP_RSV_META_PREALLOC, enforce); in btrfs_qgroup_reserve_meta_prealloc()
Dqgroup.c3057 static int qgroup_reserve(struct btrfs_root *root, u64 num_bytes, bool enforce, in qgroup_reserve() argument
3075 enforce = false; in qgroup_reserve()
3101 if (enforce && !qgroup_check_limits(qg, num_bytes)) { in qgroup_reserve()
3969 enum btrfs_qgroup_rsv_type type, bool enforce) in btrfs_qgroup_reserve_meta() argument
3980 ret = qgroup_reserve(root, num_bytes, enforce, type); in btrfs_qgroup_reserve_meta()
3996 enum btrfs_qgroup_rsv_type type, bool enforce) in __btrfs_qgroup_reserve_meta() argument
4000 ret = btrfs_qgroup_reserve_meta(root, num_bytes, type, enforce); in __btrfs_qgroup_reserve_meta()
4007 return btrfs_qgroup_reserve_meta(root, num_bytes, type, enforce); in __btrfs_qgroup_reserve_meta()
/kernel/linux/linux-5.10/include/linux/
Dpage-flags.h256 #define PF_ANY(page, enforce) PF_POISONED_CHECK(page) argument
257 #define PF_HEAD(page, enforce) PF_POISONED_CHECK(compound_head(page)) argument
258 #define PF_ONLY_HEAD(page, enforce) ({ \ argument
261 #define PF_NO_TAIL(page, enforce) ({ \ argument
262 VM_BUG_ON_PGFLAGS(enforce && PageTail(page), page); \
264 #define PF_NO_COMPOUND(page, enforce) ({ \ argument
265 VM_BUG_ON_PGFLAGS(enforce && PageCompound(page), page); \
267 #define PF_SECOND(page, enforce) ({ \ argument
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mtd/partitions/
Dbrcm,trx.txt18 TRX doesn't enforce any strict partition boundaries or size limits. All
/kernel/linux/linux-5.10/Documentation/admin-guide/LSM/
Dapparmor.rst33 For AppArmor to enforce any restrictions beyond standard Linux DAC permissions
DLoadPin.rst9 and/or unchangeable filesystem to enforce module and firmware loading
/kernel/linux/linux-5.10/Documentation/admin-guide/device-mapper/
Ddm-ebs.rst48 offset 128 sectors, enforce 2KiB underlying device block size.
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/Documentation/scsi/
Dscsi.rst26 will enforce the correct ordering of loading and unloading modules in
/kernel/linux/linux-5.10/drivers/thermal/intel/
DKconfig8 enforce idle time which results in more package C-state residency. The
/kernel/linux/linux-5.10/arch/x86/kvm/
Dcpuid.h336 if (!vcpu->arch.pv_cpuid.enforce) in guest_pv_has()
/kernel/linux/linux-5.10/Documentation/vm/
Dksm.rst37 Every "chain" and all "dups" linked into a "chain" enforce the
/kernel/linux/linux-5.10/arch/powerpc/boot/dts/
Dwii.dts207 sda-enforce-dir;
/kernel/linux/linux-5.10/drivers/virtio/
DKconfig12 This option is selected if the architecture may need to enforce
/kernel/linux/linux-5.10/security/selinux/
DKconfig62 /sys/fs/selinux/enforce.
/kernel/linux/linux-5.10/kernel/time/
DKconfig164 We keep it around for a little while to enforce backward
/kernel/linux/linux-5.10/Documentation/process/
Dkernel-enforcement-statement.rst11 Although there is a right to enforce the separate copyright interests in the
/kernel/linux/linux-5.10/Documentation/admin-guide/cgroup-v1/
Ddevices.rst8 Implement a cgroup to track and enforce open and mknod restrictions
/kernel/linux/linux-5.10/fs/nfsd/
DKconfig56 servers. NFS servers enforce POSIX ACLs on local files whether
/kernel/linux/linux-5.10/Documentation/powerpc/
Dbooting.rst8 was decided to enforce some strict rules regarding the kernel entry and
/kernel/linux/linux-5.10/fs/nfs/
DKconfig61 Lists on files residing on NFS servers. NFS servers enforce

1234