Searched refs:jblocks (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sbin/fsck_ffs/
H A Dsuj.c2417 struct jblocks { struct
2429 static struct jblocks *suj_jblocks;
2431 static struct jblocks *
2434 struct jblocks *jblocks; local
2437 jblocks = errmalloc(sizeof(*jblocks));
2438 jblocks->jb_avail = 10;
2439 jblocks->jb_used = 0;
2440 jblocks
2454 jblocks_next(struct jblocks *jblocks, int bytes, int *actual) argument
2484 jblocks_advance(struct jblocks *jblocks, int bytes) argument
2491 jblocks_destroy(struct jblocks *jblocks) argument
2499 jblocks_add(struct jblocks *jblocks, ufs2_daddr_t daddr, int blocks) argument
[all...]
/freebsd-11-stable/sys/ufs/ffs/
H A Dffs_softdep.c679 static MALLOC_DEFINE(M_JBLOCKS, "jblocks", "Journal block locations");
834 static void free_jsegs(struct jblocks *);
836 static void free_jseg(struct jseg *, struct jblocks *);
956 static struct jblocks *jblocks_create(void);
957 static ufs2_daddr_t jblocks_alloc(struct jblocks *, int, int *);
958 static void jblocks_free(struct jblocks *, struct mount *, int);
959 static void jblocks_destroy(struct jblocks *);
960 static void jblocks_add(struct jblocks *, ufs2_daddr_t, int);
2377 struct jblocks *jblocks; local
2623 struct jblocks *jblocks; local
2765 struct jblocks *jblocks; local
2912 struct jblocks *jblocks; local
2942 struct jblocks *jblocks; local
2960 struct jblocks *jblocks; local
3245 struct jblocks *jblocks; local
3336 struct jblocks *jblocks; local
3660 struct jblocks *jblocks; local
[all...]
H A Dsoftdep.h963 struct jblocks *js_jblocks; /* Back pointer to block/seg list */
989 struct jblocks { struct
1034 struct jblocks *sd_jblocks; /* Journal block information */
/freebsd-11-stable/sys/ufs/ufs/
H A Dufsmount.h59 struct jblocks;

Completed in 131 milliseconds