Searched refs:next_off (Results 1 – 7 of 7) sorted by relevance
/fs/hfs/ |
D | bnode.c | 318 int i, rec_off, off, next_off; in hfs_bnode_find() local 370 for (i = 1; i <= node->num_recs; off = next_off, i++) { in hfs_bnode_find() 372 next_off = hfs_bnode_read_u16(node, rec_off); in hfs_bnode_find() 373 if (next_off <= off || in hfs_bnode_find() 374 next_off > tree->node_size || in hfs_bnode_find() 375 next_off & 1) in hfs_bnode_find() 377 entry_size = next_off - off; in hfs_bnode_find()
|
/fs/hfsplus/ |
D | bnode.c | 478 int i, rec_off, off, next_off; in hfs_bnode_find() local 530 for (i = 1; i <= node->num_recs; off = next_off, i++) { in hfs_bnode_find() 532 next_off = hfs_bnode_read_u16(node, rec_off); in hfs_bnode_find() 533 if (next_off <= off || in hfs_bnode_find() 534 next_off > tree->node_size || in hfs_bnode_find() 535 next_off & 1) in hfs_bnode_find() 537 entry_size = next_off - off; in hfs_bnode_find()
|
/fs/jbd/ |
D | transaction.c | 2050 unsigned int next_off = curr_off + bh->b_size; in journal_invalidatepage() local 2059 curr_off = next_off; in journal_invalidatepage()
|
/fs/jbd2/ |
D | transaction.c | 1906 unsigned int next_off = curr_off + bh->b_size; in jbd2_journal_invalidatepage() local 1915 curr_off = next_off; in jbd2_journal_invalidatepage()
|
/fs/ |
D | buffer.c | 1592 unsigned int next_off = curr_off + bh->b_size; in block_invalidatepage() local 1600 curr_off = next_off; in block_invalidatepage()
|
/fs/reiserfs/ |
D | inode.c | 2958 unsigned int next_off = curr_off + bh->b_size; in reiserfs_invalidatepage() local 2970 curr_off = next_off; in reiserfs_invalidatepage()
|
/fs/ext4/ |
D | inode.c | 1644 unsigned int next_off = curr_off + bh->b_size; in ext4_da_page_release_reservation() local 1650 curr_off = next_off; in ext4_da_page_release_reservation()
|