Home
last modified time | relevance | path

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

/fs/hfs/
Dbnode.c316 int i, rec_off, off, next_off; in hfs_bnode_find() local
368 for (i = 1; i <= node->num_recs; off = next_off, i++) { in hfs_bnode_find()
370 next_off = hfs_bnode_read_u16(node, rec_off); in hfs_bnode_find()
371 if (next_off <= off || in hfs_bnode_find()
372 next_off > tree->node_size || in hfs_bnode_find()
373 next_off & 1) in hfs_bnode_find()
375 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.c2388 unsigned int next_off = curr_off + bh->b_size; in jbd2_journal_invalidatepage() local
2391 if (next_off > stop) in jbd2_journal_invalidatepage()
2403 curr_off = next_off; in jbd2_journal_invalidatepage()
/fs/
Dbuffer.c1478 unsigned int next_off = curr_off + bh->b_size; in block_invalidatepage() local
1484 if (next_off > stop) in block_invalidatepage()
1492 curr_off = next_off; in block_invalidatepage()
/fs/reiserfs/
Dinode.c3179 unsigned int next_off = curr_off + bh->b_size; in reiserfs_invalidatepage() local
3182 if (next_off > stop) in reiserfs_invalidatepage()
3194 curr_off = next_off; in reiserfs_invalidatepage()