Searched defs:jblocks (Results 1 – 3 of 3) sorted by relevance
1003 struct jblocks { struct1004 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 …]
2496 struct jblocks *jblocks; in indirblk_insert() local2773 struct jblocks *jblocks; in jblocks_create() local2785 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() local3048 struct jblocks *jblocks; in journal_space() local3077 struct jblocks *jblocks; in journal_suspend() local3104 struct jblocks *jblocks; in journal_unsuspend() local[all …]
2143 struct jblocks { struct2155 static struct jblocks *suj_jblocks; argument2160 struct jblocks *jblocks; in jblocks_create() local2180 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()