Searched refs:icachebp (Results 1 – 3 of 3) sorted by relevance
48 struct bufarea *icachebp; /* inode cache buffer */ variable445 } else if (icachebp != NULL && in ginode()446 inumber >= icachebp->b_index && in ginode()447 inumber < icachebp->b_index + INOPB(&sblock)) { in ginode()449 icachebp->b_refcnt++; in ginode()450 ip->i_bp = icachebp; in ginode()454 if (icachebp != NULL) in ginode()455 brelse(icachebp); in ginode()456 icachebp = getdatablk(iblk, sblock.fs_bsize, BT_INODES); in ginode()457 if (icachebp->b_errs != 0) { in ginode()[all …]
707 if (icachebp != NULL) { in ckfini()708 brelse(icachebp); in ckfini()709 icachebp = NULL; in ckfini()
219 extern struct bufarea *icachebp; /* inode cache buffer */