Searched refs:super (Results 1 – 9 of 9) sorted by relevance
/trusty/user/app/storage/ |
D | super.c | 461 const struct super_block* super) { in super_block_valid() argument 462 if (super->magic != SUPER_BLOCK_MAGIC) { in super_block_valid() 463 pr_init("bad magic, 0x%" PRIx64 "\n", super->magic); in super_block_valid() 466 if (super->flags != super->flags2) { in super_block_valid() 467 pr_warn("flags, 0x%x, does not match flags2, 0x%x\n", super->flags, in super_block_valid() 468 super->flags2); in super_block_valid() 471 if ((super->opt_flags & SUPER_BLOCK_OPT_FLAGS_HAS_FLAGS3) && in super_block_valid() 472 super->flags != super->flags3) { in super_block_valid() 473 pr_warn("flags, 0x%x, does not match flags3, 0x%x\n", super->flags, in super_block_valid() 474 super->flags3); in super_block_valid() [all …]
|
D | README.md | 40 - super - Super block load/store and file system initialization. 57 The file system stores two super-blocks on a device that has tamper detection. 60 super-blocks at the start of the mmc rpmb partition and all other blocks in a 65 different block, block number and mac sizes. Two super blocks are used to allow 67 used to identify the most recent super block version. The main purpose of the 68 super block is to locate and validate the root of the free and file B+ trees. 89 The super block always points to a valid file system. To make changes to the 110 - State after completing transaction. The second super block is now the most 111 recent one. The first super block still points to a valid file system, but
|
D | rules.mk | 98 $(LOCAL_DIR)/super.c \
|
/trusty/device/arm/generic-arm64/project/qemu/ |
D | qemu_error.py | 12 super(RunnerGenericError, self).__init__() 23 super(ConfigError, self).__init__() 34 super(AdbFailure, self).__init__(self) 46 super(Timeout, self).__init__(self)
|
/trusty/user/app/storage/test/block_host_test/ |
D | rules.mk | 32 $(STORAGE_DIR)/super.c \
|
/trusty/user/app/storage/test/storage_host_test/ |
D | rules.mk | 35 $(STORAGE_DIR)/super.c \
|
/trusty/user/base/lib/hwasan/ |
D | exemptlist | 23 # TODO: dlmalloc is super fragile. Leave it out for now.
|
/trusty/vendor/google/aosp/scripts/ |
D | trusty_build_config.py | 127 super().__init__(nameprefix + name, cmd, enabled, port_type) 144 super().__init__(port, None, enabled, port_type) 196 super().__init__("reboot command") 205 super().__init__(name, [], enabled)
|
D | test-map | 261 # transaction to more avoid super block updates) 263 # If only one super block was written, it could have used the 283 # no longer empty, but the old super blocks refer to data in the
|