Home
last modified time | relevance | path

Searched refs:jb_free (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/ufs/ffs/
H A Dsoftdep.h1017 int jb_free; /* Total disk blocks free. */ member
H A Dffs_softdep.c2809 jblocks->jb_free -= freecnt; in jblocks_alloc()
2821 jblocks->jb_free += bytes / DEV_BSIZE; in jblocks_free()
2844 jblocks->jb_free += blocks; in jblocks_add()
2944 jblocks->jb_low = jblocks->jb_free / 3; /* Reserve 33%. */ in journal_mount()
2945 jblocks->jb_min = jblocks->jb_free / 10; /* Suspend at 10%. */ in journal_mount()
3069 avail = jblocks->jb_free - avail; in journal_space()
3678 while (jblocks->jb_free == 0) { in softdep_process_journal()
3706 if (cnt + jblocks->jb_needseg == 0 || jblocks->jb_free == 0) { in softdep_process_journal()