Searched refs:jb_used (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sbin/fsck_ffs/
H A Dsuj.c2401 int jb_used; /* Last used extent. */ member in struct:jblocks
2420 jblocks->jb_used = 0;
2447 if (++jblocks->jb_head > jblocks->jb_used)
2485 jext = &jblocks->jb_extent[jblocks->jb_used];
2498 if (++jblocks->jb_used == jblocks->jb_avail) {
2504 sizeof(struct jextent) * jblocks->jb_used);
2508 jext = &jblocks->jb_extent[jblocks->jb_used];
/freebsd-9.3-release/sys/ufs/ffs/
H A Dffs_softdep.c795 int jb_used; /* Last used extent. */ member in struct:jblocks
2552 if (++jblocks->jb_head > jblocks->jb_used)
2600 jext = &jblocks->jb_extent[jblocks->jb_used];
2613 if (++jblocks->jb_used == jblocks->jb_avail) {
2618 sizeof(struct jextent) * jblocks->jb_used);
2622 jext = &jblocks->jb_extent[jblocks->jb_used];

Completed in 178 milliseconds