Lines Matching refs:count_offset
445 int count_offset;
450 count_offset = 8;
459 count_offset = 32;
464 *offset = count_offset;
465 return (struct dx_countlimit *)(((void *)dirent) + count_offset);
469 int count_offset, int count, struct dx_tail *t)
478 size = count_offset + (count * sizeof(struct dx_entry));
491 int count_offset, limit, count;
496 c = get_dx_countlimit(inode, dirent, &count_offset);
503 if (count_offset + (limit * sizeof(struct dx_entry)) >
510 if (t->dt_checksum != ext4_dx_csum(inode, dirent, count_offset,
520 int count_offset, limit, count;
525 c = get_dx_countlimit(inode, dirent, &count_offset);
532 if (count_offset + (limit * sizeof(struct dx_entry)) >
539 t->dt_checksum = ext4_dx_csum(inode, dirent, count_offset, count, t);