Home
last modified time | relevance | path

Searched refs:jb_off (Results 1 – 3 of 3) sorted by relevance

/freebsd/sbin/fsck_ffs/
H A Dsuj.c2148 int jb_off; /* Allocator extent offset. */ member
2167 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()
/freebsd/sys/ufs/ffs/
H A Dsoftdep.h1015 int jb_off; /* Allocator extent offset. */ member
H A Dffs_softdep.c2796 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()