Lines Matching defs:pip
572 struct inode *pip;
580 pip = VTOI(pvp);
581 fs = pip->i_fs;
582 ump = pip->i_ump;
593 ipref = ffs_dirpref(pip);
595 ipref = pip->i_number;
610 ino = (ino_t)ffs_hashalloc(pip, cg, ipref, mode, 0, 0, ffs_nodealloccg);
639 ffs_dirpref(struct inode *pip)
649 KASSERT(mutex_owned(&pip->i_ump->um_lock));
651 fs = pip->i_fs;
660 if (ITOV(pip)->v_vflag & VV_ROOT) {
717 prefcg = ino_to_cg(fs, pip->i_number);