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

/freebsd-9.3-release/sbin/fsck_ffs/
H A Dsuj.c2399 struct jextent *jb_extent; /* Extent array. */
2405 struct jextent { struct
2423 size = sizeof(struct jextent) * jblocks->jb_avail;
2437 struct jextent *jext;
2482 struct jextent *jext;
2500 size = sizeof(struct jextent) * jblocks->jb_avail;
2504 sizeof(struct jextent) * jblocks->jb_used);
/freebsd-9.3-release/sys/ufs/ffs/
H A Dffs_softdep.c789 struct jextent *jb_extent; /* Extent array. */
805 struct jextent { struct
2530 jblocks->jb_extent = malloc(sizeof(struct jextent) * jblocks->jb_avail,
2543 struct jextent *jext;
2596 struct jextent *jext;
2615 jext = malloc(sizeof(struct jextent) * jblocks->jb_avail,
2618 sizeof(struct jextent) * jblocks->jb_used);

Completed in 170 milliseconds