Home
last modified time | relevance | path

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

/freebsd/sbin/fsck_ffs/
H A Dinode.c427 static struct bufarea inobuf; variable
442 ip->i_bp = &inobuf; in ginode()
443 inobuf.b_refcnt++; in ginode()
444 inobuf.b_index = firstinum; in ginode()
553 if (inobuf.b_refcnt != 0) in getnextinode()
555 inobuf.b_refcnt); in getnextinode()
556 flush(fswritefd, &inobuf); in getnextinode()
557 getblk(&inobuf, blk, size); in getnextinode()
558 nextinop = inobuf.b_un.b_buf; in getnextinode()
570 dirty(&inobuf); in getnextinode()
[all …]