Searched refs:jb_off (Results 1 – 3 of 3) sorted by relevance
2148 int jb_off; /* Allocator extent offset. */ member2167 jblocks->jb_off = 0; in jblocks_create()2189 freecnt = jext->je_blocks - jblocks->jb_off; in jblocks_next()2191 jblocks->jb_off = 0; in jblocks_next()2200 daddr = jext->je_daddr + jblocks->jb_off; in jblocks_next()2213 jblocks->jb_off += btodb(bytes); in jblocks_advance()
1015 int jb_off; /* Allocator extent offset. */ member
2796 freecnt = jext->je_blocks - jblocks->jb_off; in jblocks_alloc() 2798 jblocks->jb_off = 0; in jblocks_alloc() 2807 daddr = jext->je_daddr + jblocks->jb_off; in jblocks_alloc() 2808 jblocks->jb_off += freecnt; in jblocks_alloc()