Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/ext2fs/
H A Dext2_csum.c216 int count_offset; in ext2_get_dx_count() local
219 count_offset = 8; in ext2_get_dx_count()
230 count_offset = 32; in ext2_get_dx_count()
235 *offset = count_offset; in ext2_get_dx_count()
274 int count_offset, limit, count; in ext2_dx_csum_verify() local
276 cp = ext2_get_dx_count(ip, ep, &count_offset); in ext2_dx_csum_verify()
282 if (count_offset + (limit * sizeof(struct ext2fs_htree_entry)) > in ext2_dx_csum_verify()
287 calculated = ext2_dx_csum(ip, ep, count_offset, count, tp); in ext2_dx_csum_verify()
345 int count_offset, limit, count; in ext2_dx_csum_set() local
352 cp = ext2_get_dx_count(ip, ep, &count_offset); in ext2_dx_csum_set()
[all …]