Home
last modified time | relevance | path

Searched refs:jb_ino (Results 1 – 3 of 3) sorted by relevance

/freebsd/sbin/fsck_ffs/
H A Dsuj.c282 if (brec->jb_ino != ino || brec->jb_lbn != lbn) in blk_equals()
1506 isat = blk_isat(brec->jb_ino, brec->jb_lbn, blk, &frags); in blk_check()
1507 if (sino == NULL || sino->si_ino != brec->jb_ino) { in blk_check()
1508 sino = ino_lookup(brec->jb_ino, 1); in blk_check()
1514 (uintmax_t)brec->jb_ino, brec->jb_lbn, in blk_check()
1524 mask = blk_freemask(blk, brec->jb_ino, brec->jb_lbn, in blk_check()
1529 blk_free(brec->jb_ino, blk, mask, frags); in blk_check()
1540 blk_free_lbn(blk, brec->jb_ino, brec->jb_lbn, brec->jb_frags, in blk_check()
1916 (uintmax_t)blkrec->jb_ino, (uintmax_t)blkrec->jb_lbn); in blk_build()
1941 if (blkrn->jb_ino != blkrec->jb_ino || in blk_build()
/freebsd/sys/ufs/ffs/
H A Dfs.h869 uint32_t jb_ino;
868 uint32_t jb_ino; global() member
H A Dffs_softdep.c3457 rec->jb_ino = jnewblk->jn_ino; in jnewblk_write()
3474 rec->jb_ino = jfreeblk->jf_ino; in jfreeblk_write()
3491 rec->jb_ino = jfreefrag->fr_ino; in jfreefrag_write()