Searched refs:iq (Results 1 – 3 of 3) sorted by relevance
179 xfs_inode_t *iq; in xfs_iget_core() local321 for (iq = ih->ih_next; iq != NULL; iq = iq->i_next) { in xfs_iget_core()322 if (iq->i_ino == ino) { in xfs_iget_core()336 if ((iq = ih->ih_next)) { in xfs_iget_core()337 iq->i_prevp = &ip->i_next; in xfs_iget_core()339 ip->i_next = iq; in xfs_iget_core()363 if ((iq = chl->chl_ip)) { in xfs_iget_core()364 ip->i_cprev = iq->i_cprev; in xfs_iget_core()365 iq->i_cprev->i_cnext = ip; in xfs_iget_core()366 iq->i_cprev = ip; in xfs_iget_core()[all …]
3107 xfs_inode_t *iq; in xfs_iflush() local3232 for (iq = ip->i_cnext; iq != ip; iq = iq->i_cnext) { in xfs_iflush()3238 iip = iq->i_itemp; in xfs_iflush()3239 if ((iq->i_update_core == 0) && in xfs_iflush()3242 xfs_ipincount(iq) == 0) { in xfs_iflush()3252 if (xfs_ilock_nowait(iq, XFS_ILOCK_SHARED)) { in xfs_iflush()3254 if (xfs_iflock_nowait(iq)) { in xfs_iflush()3256 if (xfs_ipincount(iq) == 0) { in xfs_iflush()3262 iip = iq->i_itemp; in xfs_iflush()3263 if ((iq->i_update_core != 0)|| in xfs_iflush()[all …]
7372 u8 iq; in __get_chpid_from_lir() member7384 if (!(lir->iq&0x80)) in __get_chpid_from_lir()