Searched refs:verity (Results 1 - 14 of 14) sorted by relevance

/linux-master/fs/f2fs/
H A DMakefile10 f2fs-$(CONFIG_FS_VERITY) += verity.o
H A Dsysfs.c213 len ? ", " : "", "verity");
1088 F2FS_FEATURE_RO_ATTR(verity); variable
1226 ATTR_LIST(verity),
1266 F2FS_SB_FEATURE_RO_ATTR(verity, VERITY);
H A Df2fs.h801 FI_VERITY_IN_PROGRESS, /* building fs-verity Merkle tree */
1528 * decompression (and verity if enabled), or after an error.
1537 bool need_verity; /* need fs-verity verification after decompression? */
4232 /* verity.c */
4453 F2FS_FEATURE_FUNCS(verity, VERITY);
/linux-master/drivers/md/
H A DMakefile27 dm-verity-y += dm-verity-target.o
70 obj-$(CONFIG_DM_VERITY) += dm-verity.o
81 obj-$(CONFIG_SECURITY_LOADPIN_VERITY) += dm-verity-loadpin.o
100 dm-verity-objs += dm-verity-fec.o
104 dm-verity-objs += dm-verity-verify-sig.o
H A Ddm-verity-loadpin.c5 #include <linux/dm-verity-loadpin.h>
9 #include "dm-verity.h"
11 #define DM_MSG_PREFIX "verity-loadpin"
51 * a verity device that is trusted by LoadPin.
H A Ddm-verity-target.c7 * Based on Chromium dm-verity driver (C) 2011 The Chromium OS Authors
16 #include "dm-verity.h"
17 #include "dm-verity-fec.h"
18 #include "dm-verity-verify-sig.h"
26 #define DM_MSG_PREFIX "verity"
136 * Wrapper for crypto_ahash_init, which handles verity salting.
269 kernel_restart("dm-verity device corrupted");
272 panic("dm-verity device corrupted");
672 * Skip verity work in response to I/O error when system is shutting down.
1221 DMERR("Unrecognized verity featur
1600 module_dm(verity); variable
[all...]
/linux-master/fs/ext4/
H A DMakefile19 ext4-$(CONFIG_FS_VERITY) += verity.o
H A Dsysfs.c316 EXT4_ATTR_FEATURE(verity); variable
336 ATTR_LIST(verity),
H A Dinode.c1280 bool verity = ext4_verity_in_progress(inode); local
1297 if (!verity)
1302 if (old_size < pos && !verity)
1313 if (pos + len > inode->i_size && !verity && ext4_can_truncate(inode))
1324 if (pos + len > inode->i_size && !verity) {
1386 bool verity = ext4_verity_in_progress(inode); local
1413 if (!verity)
1419 if (old_size < pos && !verity)
1428 if (pos + len > inode->i_size && !verity && ext4_can_truncate(inode))
1438 if (pos + len > inode->i_size && !verity) {
[all...]
H A Dext4.h1912 EXT4_STATE_VERITY_IN_PROGRESS, /* building fs-verity Merkle tree */
2136 EXT4_FEATURE_RO_COMPAT_FUNCS(verity, VERITY)
3762 /* verity.c */
/linux-master/fs/btrfs/
H A DMakefile41 btrfs-$(CONFIG_FS_VERITY) += verity.o
H A Dsysfs.c305 BTRFS_FEAT_ATTR_COMPAT_RO(verity, VERITY);
337 BTRFS_FEAT_ATTR_PTR(verity),
/linux-master/fs/
H A DMakefile33 obj-$(CONFIG_FS_VERITY) += verity/
/linux-master/security/loadpin/
H A Dloadpin.c21 #include <linux/dm-verity-loadpin.h>
431 dentry = securityfs_create_file("dm-verity", 0600, loadpin_dir,
434 pr_err("LoadPin: could not create securityfs entry 'dm-verity': %ld\n",

Completed in 201 milliseconds