Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/hammer2/
H A Dhammer2_subr.c291 int eofbytes; in hammer2_calc_physical() local
298 eofbytes = (int)(ip->meta.size - lbase); in hammer2_calc_physical()
300 while (pblksize >= eofbytes && pblksize >= HAMMER2_ALLOC_MIN) in hammer2_calc_physical()
/dragonfly/usr.sbin/makefs/hammer2/
H A Dhammer2_subr.c307 int eofbytes; in hammer2_calc_physical() local
314 eofbytes = (int)(ip->meta.size - lbase); in hammer2_calc_physical()
316 while (pblksize >= eofbytes && pblksize >= HAMMER2_ALLOC_MIN) in hammer2_calc_physical()