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

/freebsd-10.0-release/sbin/fsck_ffs/
H A Dsuj.c2407 int jb_used; /* Last used extent. */ member in struct:jblocks
2426 jblocks->jb_used = 0;
2453 if (++jblocks->jb_head > jblocks->jb_used)
2491 jext = &jblocks->jb_extent[jblocks->jb_used];
2504 if (++jblocks->jb_used == jblocks->jb_avail) {
2510 sizeof(struct jextent) * jblocks->jb_used);
2514 jext = &jblocks->jb_extent[jblocks->jb_used];
/freebsd-10.0-release/sys/ufs/ffs/
H A Dffs_softdep.c796 int jb_used; /* Last used extent. */ member in struct:jblocks
2547 if (++jblocks->jb_head > jblocks->jb_used)
2595 jext = &jblocks->jb_extent[jblocks->jb_used];
2608 if (++jblocks->jb_used == jblocks->jb_avail) {
2613 sizeof(struct jextent) * jblocks->jb_used);
2617 jext = &jblocks->jb_extent[jblocks->jb_used];

Completed in 183 milliseconds