Home | History | Annotate | Download | only in lfs

Lines Matching refs:oip

1083  * OIP is the old inode the directory previously pointed to.
1090 * The link count of OIP is decremented. Note that the link count of
1095 struct inode *oip, ino_t newinum, int newtype,
1109 oip->i_nlink--;
1110 DIP_ASSIGN(oip, nlink, oip->i_nlink);
1111 oip->i_state |= IN_CHANGE;
1119 if ((oip->i_flags & SF_SNAPSHOT) != 0 && oip->i_nlink == 0)
1120 ulfs_snapgone(oip);