Home
last modified time | relevance | path

Searched refs:DM_BUF_SIZE (Results 1 – 5 of 5) sorted by relevance

/system/core/fs_mgr/
Dfs_mgr_dm_ioctl.cpp27 memset(io, 0, DM_BUF_SIZE); in fs_mgr_verity_ioctl_init()
28 io->data_size = DM_BUF_SIZE; in fs_mgr_verity_ioctl_init()
Dfs_mgr_priv.h111 #define DM_BUF_SIZE 4096 macro
Dfs_mgr_avb.cpp302 size_t bufsize = DM_BUF_SIZE - (verity_params - buffer); in hashtree_load_verity_table()
350 alignas(dm_ioctl) char buffer[DM_BUF_SIZE]; in hashtree_dm_verity_setup()
Dfs_mgr_verity.cpp274 bufsize = DM_BUF_SIZE - (verity_params - buffer); in load_verity_table()
732 alignas(dm_ioctl) char buffer[DM_BUF_SIZE]; in fs_mgr_setup_verity()
Dfs_mgr.cpp1345 alignas(dm_ioctl) char buffer[DM_BUF_SIZE]; in fs_mgr_update_verity_state()