Searched refs:dir_offset (Results 1 – 1 of 1) sorted by relevance
115 unsigned int offset, dir_offset, rec_len, name_len; in fill_dir_block() local147 dir_offset = 0; in fill_dir_block()148 while (dir_offset < fs->blocksize) { in fill_dir_block()149 dirent = (struct ext2_dir_entry *) (dir + dir_offset); in fill_dir_block()152 if (((dir_offset + rec_len) > fs->blocksize) || in fill_dir_block()159 dir_offset += rec_len; in fill_dir_block()