Home
last modified time | relevance | path

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

/linux-4.1.27/fs/hfs/
Dbnode.c319 int i, rec_off, off, next_off; in hfs_bnode_find() local
371 for (i = 1; i <= node->num_recs; off = next_off, i++) { in hfs_bnode_find()
373 next_off = hfs_bnode_read_u16(node, rec_off); in hfs_bnode_find()
374 if (next_off <= off || in hfs_bnode_find()
375 next_off > tree->node_size || in hfs_bnode_find()
376 next_off & 1) in hfs_bnode_find()
378 entry_size = next_off - off; in hfs_bnode_find()
/linux-4.1.27/fs/hfsplus/
Dbnode.c485 int i, rec_off, off, next_off; in hfs_bnode_find() local
539 for (i = 1; i <= node->num_recs; off = next_off, i++) { in hfs_bnode_find()
541 next_off = hfs_bnode_read_u16(node, rec_off); in hfs_bnode_find()
542 if (next_off <= off || in hfs_bnode_find()
543 next_off > tree->node_size || in hfs_bnode_find()
544 next_off & 1) in hfs_bnode_find()
546 entry_size = next_off - off; in hfs_bnode_find()
/linux-4.1.27/include/uapi/linux/
Datm_zatm.h29 int offset,next_off; /* alignment optimizations: offset */ member
/linux-4.1.27/fs/jbd/
Dtransaction.c2051 unsigned int next_off = curr_off + bh->b_size; in journal_invalidatepage() local
2054 if (next_off > stop) in journal_invalidatepage()
2064 curr_off = next_off; in journal_invalidatepage()
/linux-4.1.27/fs/jbd2/
Dtransaction.c2197 unsigned int next_off = curr_off + bh->b_size; in jbd2_journal_invalidatepage() local
2200 if (next_off > stop) in jbd2_journal_invalidatepage()
2212 curr_off = next_off; in jbd2_journal_invalidatepage()
/linux-4.1.27/fs/
Dbuffer.c1528 unsigned int next_off = curr_off + bh->b_size; in block_invalidatepage() local
1534 if (next_off > stop) in block_invalidatepage()
1542 curr_off = next_off; in block_invalidatepage()
/linux-4.1.27/fs/reiserfs/
Dinode.c3197 unsigned int next_off = curr_off + bh->b_size; in reiserfs_invalidatepage() local
3200 if (next_off > stop) in reiserfs_invalidatepage()
3212 curr_off = next_off; in reiserfs_invalidatepage()
/linux-4.1.27/fs/ext4/
Dinode.c1380 unsigned int next_off = curr_off + bh->b_size; in ext4_da_page_release_reservation() local
1382 if (next_off > stop) in ext4_da_page_release_reservation()
1397 curr_off = next_off; in ext4_da_page_release_reservation()
/linux-4.1.27/drivers/atm/
Dzatm.c618 zatm_dev->pool_info[i].next_off = 0; in start_rx()