Lines Matching refs:count_offset
449 int count_offset; in get_dx_countlimit() local
454 count_offset = 8; in get_dx_countlimit()
463 count_offset = 32; in get_dx_countlimit()
468 *offset = count_offset; in get_dx_countlimit()
469 return (struct dx_countlimit *)(((void *)dirent) + count_offset); in get_dx_countlimit()
473 int count_offset, int count, struct dx_tail *t) in ext4_dx_csum() argument
482 size = count_offset + (count * sizeof(struct dx_entry)); in ext4_dx_csum()
495 int count_offset, limit, count; in ext4_dx_csum_verify() local
500 c = get_dx_countlimit(inode, dirent, &count_offset); in ext4_dx_csum_verify()
507 if (count_offset + (limit * sizeof(struct dx_entry)) > in ext4_dx_csum_verify()
514 if (t->dt_checksum != ext4_dx_csum(inode, dirent, count_offset, in ext4_dx_csum_verify()
524 int count_offset, limit, count; in ext4_dx_csum_set() local
529 c = get_dx_countlimit(inode, dirent, &count_offset); in ext4_dx_csum_set()
536 if (count_offset + (limit * sizeof(struct dx_entry)) > in ext4_dx_csum_set()
543 t->dt_checksum = ext4_dx_csum(inode, dirent, count_offset, count, t); in ext4_dx_csum_set()