Searched defs:jblocks (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/sys/ufs/ffs/ |
H A D | softdep.h | 1003 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 D | ffs_softdep.c | 2498 struct jblocks *jblocks; indirblk_insert() local 2766 struct jblocks *jblocks; jblocks_create() local 2778 jblocks_alloc(struct jblocks * jblocks,int bytes,int * actual) jblocks_alloc() argument 2808 jblocks_free(struct jblocks * jblocks,struct mount * mp,int bytes) jblocks_free() argument 2821 jblocks_destroy(struct jblocks * jblocks) jblocks_destroy() argument 2830 jblocks_add(struct jblocks * jblocks,ufs2_daddr_t daddr,int blocks) jblocks_add() argument 2900 struct jblocks *jblocks; journal_mount() local 3041 struct jblocks *jblocks; journal_space() local 3070 struct jblocks *jblocks; journal_suspend() local 3097 struct jblocks *jblocks; journal_unsuspend() local 3523 struct jblocks *jblocks; softdep_flushjournal() local 3610 struct jblocks *jblocks; softdep_process_journal() local 3933 struct jblocks *jblocks; complete_jsegs() local 4731 free_jseg(struct jseg * jseg,struct jblocks * jblocks) free_jseg() argument 4755 free_jsegs(struct jblocks * jblocks) free_jsegs() argument [all...] |
/freebsd-src/sbin/fsck_ffs/ |
H A D | suj.c | 2143 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()
|