Searched defs:crypt_footer (Results 1 – 3 of 3) sorted by relevance
60 bool crypt_footer) { in format_ext4()98 static int format_f2fs(const std::string& fs_blkdev, uint64_t dev_sz, bool crypt_footer) { in format_f2fs()126 int fs_mgr_do_format(const FstabEntry& entry, bool crypt_footer) { in fs_mgr_do_format()
123 bool crypt_footer = rec->is_encryptable() && rec->key_loc == "footer"; in EnsurePathMounted() local
1225 bool crypt_footer = false; in fs_mgr_mount_all() local