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

/freebsd-12-stable/sys/ufs/ffs/
H A Dsoftdep.h1004 struct jextent *jb_extent; /* Extent array. */
1020 struct jextent { struct
H A Dffs_softdep.c2629 jblocks->jb_extent = malloc(sizeof(struct jextent) * jblocks->jb_avail,
2642 struct jextent *jext;
2696 struct jextent *jext;
2715 jext = malloc(sizeof(struct jextent) * jblocks->jb_avail,
2718 sizeof(struct jextent) * jblocks->jb_used);
/freebsd-12-stable/sbin/fsck_ffs/
H A Dsuj.c2395 struct jextent *jb_extent; /* Extent array. */
2401 struct jextent { struct
2419 size = sizeof(struct jextent) * jblocks->jb_avail;
2433 struct jextent *jext;
2478 struct jextent *jext;
2496 size = sizeof(struct jextent) * jblocks->jb_avail;
2500 sizeof(struct jextent) * jblocks->jb_used);

Completed in 200 milliseconds