/Linux-v5.4/security/loadpin/ |
D | loadpin.c | 39 static int enforce = IS_ENABLED(CONFIG_SECURITY_LOADPIN_ENFORCE); 56 .data = &enforce, 133 if (!enforce) { in loadpin_read_file() 166 if (unlikely(!enforce)) { in loadpin_read_file() 228 enforce ? "" : "not "); in loadpin_init() 240 module_param(enforce, int, 0); 241 MODULE_PARM_DESC(enforce, "Enforce module/firmware pinning");
|
D | Kconfig | 18 If selected, LoadPin will enforce pinning at boot. If not 20 "loadpin.enforce=1".
|
/Linux-v5.4/fs/btrfs/ |
D | qgroup.h | 354 enum btrfs_qgroup_rsv_type type, bool enforce); 357 int num_bytes, bool enforce) in btrfs_qgroup_reserve_meta_pertrans() argument 360 BTRFS_QGROUP_RSV_META_PERTRANS, enforce); in btrfs_qgroup_reserve_meta_pertrans() 363 int num_bytes, bool enforce) in btrfs_qgroup_reserve_meta_prealloc() argument 366 BTRFS_QGROUP_RSV_META_PREALLOC, enforce); in btrfs_qgroup_reserve_meta_prealloc()
|
D | qgroup.c | 2875 static int qgroup_reserve(struct btrfs_root *root, u64 num_bytes, bool enforce, in qgroup_reserve() argument 2894 enforce = false; in qgroup_reserve() 2921 if (enforce && !qgroup_check_limits(fs_info, qg, num_bytes)) { in qgroup_reserve() 3622 enum btrfs_qgroup_rsv_type type, bool enforce) in __btrfs_qgroup_reserve_meta() argument 3633 ret = qgroup_reserve(root, num_bytes, enforce, type); in __btrfs_qgroup_reserve_meta()
|
/Linux-v5.4/include/linux/ |
D | page-flags.h | 231 #define PF_ANY(page, enforce) PF_POISONED_CHECK(page) argument 232 #define PF_HEAD(page, enforce) PF_POISONED_CHECK(compound_head(page)) argument 233 #define PF_ONLY_HEAD(page, enforce) ({ \ argument 236 #define PF_NO_TAIL(page, enforce) ({ \ argument 237 VM_BUG_ON_PGFLAGS(enforce && PageTail(page), page); \ 239 #define PF_NO_COMPOUND(page, enforce) ({ \ argument 240 VM_BUG_ON_PGFLAGS(enforce && PageCompound(page), page); \
|
/Linux-v5.4/Documentation/admin-guide/LSM/ |
D | apparmor.rst | 33 For AppArmor to enforce any restrictions beyond standard Linux DAC permissions
|
D | LoadPin.rst | 9 and/or unchangeable filesystem to enforce module and firmware loading
|
/Linux-v5.4/Documentation/devicetree/bindings/mtd/partitions/ |
D | brcm,trx.txt | 18 TRX doesn't enforce any strict partition boundaries or size limits. All
|
/Linux-v5.4/Documentation/hwmon/ |
D | occ.rst | 121 Maximum power cap that the OCC can enforce in 123 power[1-n]_cap_min Minimum power cap that the OCC can enforce in
|
D | acpi_power_meter.rst | 39 Some computers have the ability to enforce a power cap in hardware. If this is
|
D | f71805f.rst | 160 enforce this limit though.
|
/Linux-v5.4/Documentation/scsi/ |
D | scsi.txt | 22 will enforce the correct ordering of loading and unloading modules in
|
/Linux-v5.4/drivers/thermal/intel/ |
D | Kconfig | 8 enforce idle time which results in more package C-state residency. The
|
/Linux-v5.4/security/selinux/ |
D | Kconfig | 58 permissive mode (if permitted by the policy) via /selinux/enforce.
|
/Linux-v5.4/arch/powerpc/boot/dts/ |
D | wii.dts | 207 sda-enforce-dir;
|
/Linux-v5.4/Documentation/vm/ |
D | ksm.rst | 37 Every "chain" and all "dups" linked into a "chain" enforce the
|
/Linux-v5.4/Documentation/power/ |
D | interface.rst | 60 writing '0' to this file will enforce hibernation images to be as small as
|
/Linux-v5.4/kernel/time/ |
D | Kconfig | 155 We keep it around for a little while to enforce backward
|
/Linux-v5.4/Documentation/admin-guide/cgroup-v1/ |
D | devices.rst | 8 Implement a cgroup to track and enforce open and mknod restrictions
|
/Linux-v5.4/Documentation/process/ |
D | kernel-enforcement-statement.rst | 11 Although there is a right to enforce the separate copyright interests in the
|
/Linux-v5.4/fs/nfsd/ |
D | Kconfig | 56 servers. NFS servers enforce POSIX ACLs on local files whether
|
/Linux-v5.4/fs/nfs/ |
D | Kconfig | 61 Lists on files residing on NFS servers. NFS servers enforce
|
/Linux-v5.4/Documentation/driver-api/ |
D | pwm.rst | 156 PWM core does not enforce any locking to pwm_enable(), pwm_disable() and
|
D | device_link.rst | 21 Secondly, the driver core by default does not enforce any driver presence 211 suspended. Furthermore it cannot be used to enforce a specific shutdown
|
/Linux-v5.4/sound/soc/fsl/ |
D | Kconfig | 295 # enforce SND_SOC_FSL_ASOC_CARD=m if SND_AC97_CODEC=m:
|