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

/freebsd-9.3-release/sbin/fsck_ffs/
H A Dsuj.c2398 struct jblocks { struct
2410 struct jblocks *suj_jblocks;
2412 static struct jblocks *
2415 struct jblocks *jblocks; local
2418 jblocks = errmalloc(sizeof(*jblocks));
2419 jblocks->jb_avail = 10;
2420 jblocks->jb_used = 0;
2421 jblocks
2435 jblocks_next(struct jblocks *jblocks, int bytes, int *actual) argument
2465 jblocks_advance(struct jblocks *jblocks, int bytes) argument
2472 jblocks_destroy(struct jblocks *jblocks) argument
2480 jblocks_add(struct jblocks *jblocks, ufs2_daddr_t daddr, int blocks) argument
[all...]
/freebsd-9.3-release/sys/ufs/ufs/
H A Dufsmount.h60 struct jblocks;
86 struct jblocks *softdep_jblocks; /* Journal block information */
/freebsd-9.3-release/sys/ufs/ffs/
H A Dffs_softdep.c721 static MALLOC_DEFINE(M_JBLOCKS, "jblocks", "Journal block locations");
785 struct jblocks { struct
907 static void free_jsegs(struct jblocks *);
909 static void free_jseg(struct jseg *, struct jblocks *);
1023 static struct jblocks *jblocks_create(void);
1024 static ufs2_daddr_t jblocks_alloc(struct jblocks *, int, int *);
1025 static void jblocks_free(struct jblocks *, struct mount *, int);
1026 static void jblocks_destroy(struct jblocks *);
1027 static void jblocks_add(struct jblocks *, ufs2_daddr_t, int);
2361 struct jblocks *jblock local
2525 struct jblocks *jblocks; local
2666 struct jblocks *jblocks; local
2809 struct jblocks *jblocks; local
2835 struct jblocks *jblocks; local
2853 struct jblocks *jblocks; local
3133 struct jblocks *jblocks; local
3218 struct jblocks *jblocks; local
3525 struct jblocks *jblocks; local
[all...]
H A Dsoftdep.h928 struct jblocks *js_jblocks; /* Back pointer to block/seg list */

Completed in 78 milliseconds