Searched refs:dir_offset (Results 1 – 1 of 1) sorted by relevance
131 unsigned int offset, dir_offset, rec_len, name_len; in fill_dir_block() local165 dir_offset = 0; in fill_dir_block()166 while (dir_offset < fs->blocksize) { in fill_dir_block()168 int extended = hash_in_entry && !is_fake_entry(fs, blockcnt, dir_offset); in fill_dir_block()172 dirent = (struct ext2_dir_entry *) (dir + dir_offset); in fill_dir_block()175 if (((dir_offset + rec_len) > fs->blocksize) || in fill_dir_block()182 dir_offset += rec_len; in fill_dir_block()