Home
last modified time | relevance | path

Searched refs:next_off (Results 1 – 5 of 5) sorted by relevance

/fs/hfs/
Dbnode.c332 int i, rec_off, off, next_off; in hfs_bnode_find() local
384 for (i = 1; i <= node->num_recs; off = next_off, i++) { in hfs_bnode_find()
386 next_off = hfs_bnode_read_u16(node, rec_off); in hfs_bnode_find()
387 if (next_off <= off || in hfs_bnode_find()
388 next_off > tree->node_size || in hfs_bnode_find()
389 next_off & 1) in hfs_bnode_find()
391 entry_size = next_off - off; in hfs_bnode_find()
/fs/hfsplus/
Dbnode.c482 int i, rec_off, off, next_off; in hfs_bnode_find() local
536 for (i = 1; i <= node->num_recs; off = next_off, i++) { in hfs_bnode_find()
538 next_off = hfs_bnode_read_u16(node, rec_off); in hfs_bnode_find()
539 if (next_off <= off || in hfs_bnode_find()
540 next_off > tree->node_size || in hfs_bnode_find()
541 next_off & 1) in hfs_bnode_find()
543 entry_size = next_off - off; in hfs_bnode_find()
/fs/jbd2/
Dtransaction.c2477 unsigned int next_off = curr_off + bh->b_size; in jbd2_journal_invalidatepage() local
2480 if (next_off > stop) in jbd2_journal_invalidatepage()
2492 curr_off = next_off; in jbd2_journal_invalidatepage()
/fs/
Dbuffer.c1548 unsigned int next_off = curr_off + bh->b_size; in block_invalidatepage() local
1554 if (next_off > stop) in block_invalidatepage()
1562 curr_off = next_off; in block_invalidatepage()
/fs/reiserfs/
Dinode.c3174 unsigned int next_off = curr_off + bh->b_size; in reiserfs_invalidatepage() local
3177 if (next_off > stop) in reiserfs_invalidatepage()
3189 curr_off = next_off; in reiserfs_invalidatepage()