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

/freebsd-10.0-release/sbin/fsck_ffs/
H A Dsuj.c2408 int jb_head; /* Allocator head. */ member in struct:jblocks
2427 jblocks->jb_head = 0;
2449 jext = &jblocks->jb_extent[jblocks->jb_head];
2453 if (++jblocks->jb_head > jblocks->jb_used)
2455 jext = &jblocks->jb_extent[jblocks->jb_head];
/freebsd-10.0-release/sys/ufs/ffs/
H A Dffs_softdep.c797 int jb_head; /* Allocator head. */ member in struct:jblocks
2543 jext = &jblocks->jb_extent[jblocks->jb_head];
2547 if (++jblocks->jb_head > jblocks->jb_used)
2548 jblocks->jb_head = 0;
2549 jext = &jblocks->jb_extent[jblocks->jb_head];

Completed in 200 milliseconds