Searched defs:enforce (Results 1 – 6 of 6) sorted by relevance
/linux-5.10/include/linux/ |
D | page-flags.h | 245 #define PF_ANY(page, enforce) PF_POISONED_CHECK(page) argument 246 #define PF_HEAD(page, enforce) PF_POISONED_CHECK(compound_head(page)) argument 247 #define PF_ONLY_HEAD(page, enforce) ({ \ argument 250 #define PF_NO_TAIL(page, enforce) ({ \ argument 253 #define PF_NO_COMPOUND(page, enforce) ({ \ argument 256 #define PF_SECOND(page, enforce) ({ \ argument
|
D | nfs_xdr.h | 1293 struct nfs4_op_map enforce; member
|
/linux-5.10/fs/btrfs/ |
D | qgroup.h | 368 int num_bytes, bool enforce) in btrfs_qgroup_reserve_meta_pertrans() 374 int num_bytes, bool enforce) in btrfs_qgroup_reserve_meta_prealloc()
|
D | qgroup.c | 2978 static int qgroup_reserve(struct btrfs_root *root, u64 num_bytes, bool enforce, in qgroup_reserve() 3862 enum btrfs_qgroup_rsv_type type, bool enforce) in qgroup_reserve_meta() 3889 enum btrfs_qgroup_rsv_type type, bool enforce) in __btrfs_qgroup_reserve_meta()
|
/linux-5.10/security/loadpin/ |
D | loadpin.c | 41 static int enforce = IS_ENABLED(CONFIG_SECURITY_LOADPIN_ENFORCE); variable
|
/linux-5.10/arch/x86/include/asm/ |
D | kvm_host.h | 806 bool enforce; member
|