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

/freebsd-10.0-release/sbin/fsck_ffs/
H A Dsuj.c2404 struct jblocks { struct
2416 struct jblocks *suj_jblocks;
2418 static struct jblocks *
2421 struct jblocks *jblocks; local
2424 jblocks = errmalloc(sizeof(*jblocks));
2425 jblocks->jb_avail = 10;
2426 jblocks->jb_used = 0;
2427 jblocks
2441 jblocks_next(struct jblocks *jblocks, int bytes, int *actual) argument
2471 jblocks_advance(struct jblocks *jblocks, int bytes) argument
2478 jblocks_destroy(struct jblocks *jblocks) argument
2486 jblocks_add(struct jblocks *jblocks, ufs2_daddr_t daddr, int blocks) argument
[all...]
/freebsd-10.0-release/sys/ufs/ufs/
H A Dufsmount.h60 struct jblocks;
86 struct jblocks *softdep_jblocks; /* Journal block information */
/freebsd-10.0-release/sys/ufs/ffs/
H A Dffs_softdep.c722 static MALLOC_DEFINE(M_JBLOCKS, "jblocks", "Journal block locations");
786 struct jblocks { struct
908 static void free_jsegs(struct jblocks *);
910 static void free_jseg(struct jseg *, struct jblocks *);
1024 static struct jblocks *jblocks_create(void);
1025 static ufs2_daddr_t jblocks_alloc(struct jblocks *, int, int *);
1026 static void jblocks_free(struct jblocks *, struct mount *, int);
1027 static void jblocks_destroy(struct jblocks *);
1028 static void jblocks_add(struct jblocks *, ufs2_daddr_t, int);
2356 struct jblocks *jblock local
2520 struct jblocks *jblocks; local
2661 struct jblocks *jblocks; local
2804 struct jblocks *jblocks; local
2830 struct jblocks *jblocks; local
2848 struct jblocks *jblocks; local
3128 struct jblocks *jblocks; local
3213 struct jblocks *jblocks; local
3517 struct jblocks *jblocks; local
[all...]
H A Dsoftdep.h928 struct jblocks *js_jblocks; /* Back pointer to block/seg list */

Completed in 140 milliseconds