Searched refs:fs_mgr_is_encryptable (Results 1 – 4 of 4) sorted by relevance
103 int fs_mgr_is_encryptable(const struct fstab_rec *fstab);
445 if (device_is_force_encrypted() && fs_mgr_is_encryptable(rec)) return true; in needs_block_encryption()480 } else if (fs_mgr_is_encryptable(rec)) { in handle_encryptable()589 if (fs_mgr_is_encryptable(&fstab->recs[top_idx]) && in fs_mgr_mount_all()612 fs_mgr_is_encryptable(&fstab->recs[attempted_idx])) { in fs_mgr_mount_all()
472 int fs_mgr_is_encryptable(const struct fstab_rec *fstab) in fs_mgr_is_encryptable() function
231 if (fs_mgr_is_encryptable(&fstab->recs[i])) { in process_config()