Searched defs:enforce (Results 1 – 9 of 9) sorted by relevance
/linux/include/linux/ |
H A D | page-flags.h | 391 #define PF_ANY(page, enforce) PF_POISONED_CHECK(page) argument 392 #define PF_HEAD(page, enforce) PF_POISONED_CHECK(compound_head(page)) argument 393 #define PF_NO_TAIL(page, enforce) ({ \ argument 396 #define PF_NO_COMPOUND(page, enforce) ({ \ argument 399 #define PF_SECOND(page, enforce) ({ \ argument
|
H A D | nfs_xdr.h | 1349 struct nfs4_op_map enforce; member
|
/linux/fs/btrfs/ |
H A D | qgroup.h | 402 int num_bytes, bool enforce) in btrfs_qgroup_reserve_meta_pertrans() 409 int num_bytes, bool enforce, in btrfs_qgroup_reserve_meta_prealloc()
|
H A D | qgroup.c | 3560 static int qgroup_reserve(struct btrfs_root *root, u64 num_bytes, bool enforce, in qgroup_reserve() 4453 enum btrfs_qgroup_rsv_type type, bool enforce) in btrfs_qgroup_reserve_meta() 4480 enum btrfs_qgroup_rsv_type type, bool enforce, in __btrfs_qgroup_reserve_meta()
|
/linux/security/loadpin/ |
H A D | loadpin.c | 46 static int enforce = IS_ENABLED(CONFIG_SECURITY_LOADPIN_ENFORCE); variable
|
/linux/security/ipe/ |
H A D | eval.c | 23 bool enforce = true; variable
|
/linux/arch/x86/kvm/ |
H A D | hyperv.c | 2352 int kvm_hv_set_enforce_cpuid(struct kvm_vcpu *vcpu, bool enforce) in kvm_hv_set_enforce_cpuid()
|
/linux/kernel/sched/ |
H A D | ext.c | 2614 bool enforce) in task_can_run_on_remote_rq()
|
/linux/arch/x86/include/asm/ |
H A D | kvm_host.h | 1072 bool enforce; member
|