Lines Matching refs:count_offset
448 int count_offset;
453 count_offset = 8;
462 count_offset = 32;
467 *offset = count_offset;
468 return (struct dx_countlimit *)(((void *)dirent) + count_offset);
472 int count_offset, int count, struct dx_tail *t)
481 size = count_offset + (count * sizeof(struct dx_entry));
494 int count_offset, limit, count;
499 c = get_dx_countlimit(inode, dirent, &count_offset);
506 if (count_offset + (limit * sizeof(struct dx_entry)) >
513 if (t->dt_checksum != ext4_dx_csum(inode, dirent, count_offset,
523 int count_offset, limit, count;
528 c = get_dx_countlimit(inode, dirent, &count_offset);
535 if (count_offset + (limit * sizeof(struct dx_entry)) >
542 t->dt_checksum = ext4_dx_csum(inode, dirent, count_offset, count, t);