Lines Matching defs:offset
1005 int offset;
1011 offset = 0;
1015 offset, de_len, de->name_len, de->name,
1018 inline_start, inline_size, offset))
1021 offset += de_len;
1466 * offset as if '.' and '..' really take place.
1473 unsigned int offset, parent_ino;
1510 offset = ctx->pos;
1513 * dotdot_offset and dotdot_size is the real offset and
1531 for (i = 0; i < extra_size && i < offset;) {
1533 * "." is with offset 0 and
1543 /* for other entry, the real offset in
1560 offset = i;
1561 ctx->pos = offset;
1754 * Get the inline dentry at offset.
1759 unsigned int offset,
1765 BUG_ON(offset > ext4_get_inline_size(inode));
1767 if (offset < EXT4_MIN_INLINE_DATA_SIZE) {
1772 offset -= EXT4_MIN_INLINE_DATA_SIZE;
1779 return (struct ext4_dir_entry_2 *)(inline_pos + offset);
1788 unsigned int offset;
1816 offset = EXT4_INLINE_DOTDOT_SIZE;
1817 while (offset < inline_len) {
1818 de = ext4_get_inline_entry(dir, &iloc, offset,
1822 inline_size, offset)) {
1835 offset += ext4_rec_len_from_disk(de->rec_len, inline_size);
1877 iomap->offset = 0;