Home
last modified time | relevance | path

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

/linux/drivers/md/
A Ddm-verity-fec.c243 if (unlikely(block >= v->fec->hash_blocks)) in fec_read_bufs()
676 u64 hash_blocks, fec_blocks; in verity_fec_ctr() local
699 hash_blocks = v->hash_blocks - v->hash_start; in verity_fec_ctr()
729 if (f->blocks < v->data_blocks + hash_blocks || !f->rounds) { in verity_fec_ctr()
738 f->hash_blocks = f->blocks - v->data_blocks; in verity_fec_ctr()
739 if (dm_bufio_get_device_size(v->bufio) < f->hash_blocks) { in verity_fec_ctr()
A Ddm-verity.h48 sector_t hash_blocks; /* the number of hash blocks */ member
A Ddm-verity-fec.h43 sector_t hash_blocks; /* blocks covered after v->hash_start */ member
A Ddm-verity-target.c625 if (unlikely(hash_block_end >= v->hash_blocks)) in verity_prefetch_io()
626 hash_block_end = v->hash_blocks - 1; in verity_prefetch_io()
1265 v->hash_blocks = hash_position; in verity_ctr()
1277 if (dm_bufio_get_device_size(v->bufio) < v->hash_blocks) { in verity_ctr()
/linux/fs/gfs2/
A Dops_fstype.c285 u32 hash_blocks, ind_blocks, leaf_blocks; in gfs2_read_sb() local
326 hash_blocks = DIV_ROUND_UP(sizeof(u64) * BIT(GFS2_DIR_MAX_DEPTH), in gfs2_read_sb()
330 for (tmp_blocks = hash_blocks; tmp_blocks > sdp->sd_diptrs;) { in gfs2_read_sb()
337 sdp->sd_max_dirres = hash_blocks + ind_blocks + leaf_blocks; in gfs2_read_sb()

Completed in 11 milliseconds