Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Datm_zatm.h32 int offset,next_off; /* alignment optimizations: offset */ member
/linux-2.4.37.9/fs/hfsplus/
Dbnode.c866 int i, rec_off, off, next_off; in hfsplus_find_bnode() local
901 for (i = 1; i <= node->num_recs; off = next_off, i++) { in hfsplus_find_bnode()
903 next_off = hfsplus_bnode_read_u16(node, rec_off); in hfsplus_find_bnode()
904 if (next_off <= off || in hfsplus_find_bnode()
905 next_off > tree->node_size || in hfsplus_find_bnode()
906 next_off & 1) in hfsplus_find_bnode()
908 entry_size = next_off - off; in hfsplus_find_bnode()
/linux-2.4.37.9/drivers/atm/
Dzatm.c337 if (offset != pool->next_off) { in zatm_feedback()
338 pool->next_off = offset; in zatm_feedback()
344 pool->offset = pool->next_off; in zatm_feedback()
806 zatm_dev->pool_info[i].next_off = 0; in start_rx()
/linux-2.4.37.9/fs/jbd/
Dtransaction.c2005 unsigned int next_off = curr_off + bh->b_size; in journal_flushpage() local
2015 curr_off = next_off; in journal_flushpage()
/linux-2.4.37.9/fs/
Dbuffer.c1435 unsigned int next_off = curr_off + bh->b_size; in discard_bh_page() local
1443 curr_off = next_off; in discard_bh_page()