Lines Matching refs:next
37 u64 next, last;
45 next = inode->i_ino;
52 bh = omfs_bread(inode->i_sb, next);
61 if (omfs_is_bad(sbi, (struct omfs_header *) bh->b_data, next))
69 last = next;
70 next = be64_to_cpu(oe->e_next);
89 if (next == ~0)
92 bh = omfs_bread(inode->i_sb, next);
141 /* trivially grow current extent, if next block is not taken */
221 sector_t next, offset;
239 next = inode->i_ino;
243 if (omfs_is_bad(sbi, (struct omfs_header *) bh->b_data, next))
247 next = be64_to_cpu(oe->e_next);
262 if (next == ~0)
266 bh = omfs_bread(inode->i_sb, next);