Lines Matching refs:pip
276 struct xfs_inode *pip = NULL; in xfs_filestream_lookup_ag() local
282 pip = xfs_filestream_get_parent(ip); in xfs_filestream_lookup_ag()
283 if (!pip) in xfs_filestream_lookup_ag()
286 mru = xfs_mru_cache_lookup(mp->m_filestream, pip->i_ino); in xfs_filestream_lookup_ag()
305 startag = XFS_INO_TO_AGNO(mp, pip->i_ino); in xfs_filestream_lookup_ag()
307 if (xfs_filestream_pick_ag(pip, startag, &ag, 0, 0)) in xfs_filestream_lookup_ag()
310 xfs_irele(pip); in xfs_filestream_lookup_ag()
325 struct xfs_inode *ip = ap->ip, *pip; in xfs_filestream_new_ag() local
335 pip = xfs_filestream_get_parent(ip); in xfs_filestream_new_ag()
336 if (!pip) in xfs_filestream_new_ag()
339 mru = xfs_mru_cache_remove(mp->m_filestream, pip->i_ino); in xfs_filestream_new_ag()
351 err = xfs_filestream_pick_ag(pip, startag, agp, flags, minlen); in xfs_filestream_new_ag()
359 xfs_irele(pip); in xfs_filestream_new_ag()