Searched refs:jextent (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sbin/fsck_ffs/
H A Dsuj.c2405 struct jextent *jb_extent; /* Extent array. */
2411 struct jextent { struct
2429 size = sizeof(struct jextent) * jblocks->jb_avail;
2443 struct jextent *jext;
2488 struct jextent *jext;
2506 size = sizeof(struct jextent) * jblocks->jb_avail;
2510 sizeof(struct jextent) * jblocks->jb_used);
/freebsd-10.0-release/sys/ufs/ffs/
H A Dffs_softdep.c790 struct jextent *jb_extent; /* Extent array. */
806 struct jextent { struct
2525 jblocks->jb_extent = malloc(sizeof(struct jextent) * jblocks->jb_avail,
2538 struct jextent *jext;
2591 struct jextent *jext;
2610 jext = malloc(sizeof(struct jextent) * jblocks->jb_avail,
2613 sizeof(struct jextent) * jblocks->jb_used);

Completed in 146 milliseconds