Home
last modified time | relevance | path

Searched refs:allow_tampering (Results 1 – 4 of 4) sorted by relevance

/trusty/user/app/storage/
Dfs.h147 bool allow_tampering; member
Dblock_cache.h94 bool allow_tampering);
Dblock_cache.c1160 assert((fs->allow_tampering && !fs->super_dev->tamper_detecting) || in block_get_super()
1161 (!fs->allow_tampering && fs->super_dev->tamper_detecting)); in block_get_super()
1422 bool allow_tampering) { in block_put_dirty_no_mac() argument
1426 assert((allow_tampering && !entry->dev->tamper_detecting) || in block_put_dirty_no_mac()
1427 (!allow_tampering && entry->dev->tamper_detecting)); in block_put_dirty_no_mac()
Dsuper.c292 block_put_dirty_no_mac(super_rw, &super_ref, tr->fs->allow_tampering); in update_super_block_internal()
950 if (fs->allow_tampering) { in load_super_block()
1180 fs->allow_tampering = flags & FS_INIT_FLAGS_ALLOW_TAMPERING; in fs_init()