Home
last modified time | relevance | path

Searched refs:jext (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/sbin/fsck_ffs/
H A Dsuj.c2184 struct jextent *jext; in jblocks_next() local
2197 freecnt = jext->je_blocks; in jblocks_next()
2229 struct jextent *jext; in jblocks_add() local
2234 if (jext->je_daddr == 0) { in jblocks_add()
2235 jext->je_daddr = daddr; in jblocks_add()
2236 jext->je_blocks = blocks; in jblocks_add()
2240 if (jext->je_daddr + jext->je_blocks == daddr) { in jblocks_add()
2248 jext = errmalloc(size); in jblocks_add()
2249 bzero(jext, size); in jblocks_add()
2256 jext->je_daddr = daddr; in jblocks_add()
[all …]
/freebsd-14.2/sys/ufs/ffs/
H A Dffs_softdep.c2794 struct jextent *jext; in jblocks_alloc() local
2806 freecnt = jext->je_blocks; in jblocks_alloc()
2845 struct jextent *jext; in jblocks_add() local
2851 if (jext->je_daddr == 0) { in jblocks_add()
2852 jext->je_daddr = daddr; in jblocks_add()
2853 jext->je_blocks = blocks; in jblocks_add()
2857 if (jext->je_daddr + jext->je_blocks == daddr) { in jblocks_add()
2858 jext->je_blocks += blocks; in jblocks_add()
2869 jblocks->jb_extent = jext; in jblocks_add()
2872 jext->je_daddr = daddr; in jblocks_add()
[all …]