Lines Matching defs:count_offset
418 int count_offset;
423 count_offset = 8;
432 count_offset = 32;
437 *offset = count_offset;
438 return (struct dx_countlimit *)(((void *)dirent) + count_offset);
442 int count_offset, int count, struct dx_tail *t)
450 size = count_offset + (count * sizeof(struct dx_entry));
463 int count_offset, limit, count;
468 c = get_dx_countlimit(inode, dirent, &count_offset);
475 if (count_offset + (limit * sizeof(struct dx_entry)) >
482 if (t->dt_checksum != ext4_dx_csum(inode, dirent, count_offset,
492 int count_offset, limit, count;
497 c = get_dx_countlimit(inode, dirent, &count_offset);
504 if (count_offset + (limit * sizeof(struct dx_entry)) >
511 t->dt_checksum = ext4_dx_csum(inode, dirent, count_offset, count, t);