Lines Matching defs:offs
122 unsigned int offs, rec_len;
134 for (offs = 0; offs <= limit - NILFS_DIR_REC_LEN(1); offs += rec_len) {
135 p = (struct nilfs_dir_entry *)(kaddr + offs);
144 if (((offs + rec_len - 1) ^ offs) & ~(chunk_size-1))
147 if (offs != limit)
174 dir->i_ino, error, (page->index << PAGE_SHIFT) + offs,
179 p = (struct nilfs_dir_entry *)(kaddr + offs);
182 dir->i_ino, (page->index << PAGE_SHIFT) + offs,