Home
last modified time | relevance | path

Searched defs:jblocks (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/ufs/ffs/
H A Dsoftdep.h1003 struct jblocks { struct
1004 struct jseglst jb_segs; /* TAILQ of current segments. */
1005 struct jseg *jb_writeseg; /* Next write to complete. */
1006 struct jseg *jb_oldestseg; /* Oldest segment with valid entries. */
1007 struct jextent *jb_extent; /* Extent array. */
1008 uint64_t jb_nextseq; /* Next sequence number. */
1009 uint64_t jb_oldestwrseq; /* Oldest written sequence number. */
1010 uint8_t jb_needseg; /* Need a forced segment. */
1011 uint8_t jb_suspended; /* Did journal suspend writes? */
1012 int jb_avail; /* Available extents. */
[all …]
H A Dffs_softdep.c2496 struct jblocks *jblocks; in indirblk_insert() local
2773 struct jblocks *jblocks; in jblocks_create() local
2785 jblocks_alloc(struct jblocks *jblocks, in jblocks_alloc()
2815 jblocks_free(struct jblocks *jblocks, in jblocks_free()
2828 jblocks_destroy(struct jblocks *jblocks) in jblocks_destroy()
2837 jblocks_add(struct jblocks *jblocks, in jblocks_add()
2907 struct jblocks *jblocks; in journal_mount() local
3048 struct jblocks *jblocks; in journal_space() local
3077 struct jblocks *jblocks; in journal_suspend() local
3104 struct jblocks *jblocks; in journal_unsuspend() local
[all …]
/freebsd/sbin/fsck_ffs/
H A Dsuj.c2143 struct jblocks { struct
2155 static struct jblocks *suj_jblocks; argument
2160 struct jblocks *jblocks; in jblocks_create() local
2180 jblocks_next(struct jblocks *jblocks, int bytes, int *actual) in jblocks_next()
2210 jblocks_advance(struct jblocks *jblocks, int bytes) in jblocks_advance()
2217 jblocks_destroy(struct jblocks *jblocks) in jblocks_destroy()
2225 jblocks_add(struct jblocks *jblocks, ufs2_daddr_t daddr, int blocks) in jblocks_add()