Lines Matching refs:pip
310 struct xfs_inode *pip = NULL; in xfs_filestream_lookup_ag() local
316 pip = xfs_filestream_get_parent(ip); in xfs_filestream_lookup_ag()
317 if (!pip) in xfs_filestream_lookup_ag()
320 mru = xfs_mru_cache_lookup(mp->m_filestream, pip->i_ino); in xfs_filestream_lookup_ag()
339 startag = XFS_INO_TO_AGNO(mp, pip->i_ino); in xfs_filestream_lookup_ag()
341 if (xfs_filestream_pick_ag(pip, startag, &ag, 0, 0)) in xfs_filestream_lookup_ag()
344 xfs_irele(pip); in xfs_filestream_lookup_ag()
359 struct xfs_inode *ip = ap->ip, *pip; in xfs_filestream_new_ag() local
369 pip = xfs_filestream_get_parent(ip); in xfs_filestream_new_ag()
370 if (!pip) in xfs_filestream_new_ag()
373 mru = xfs_mru_cache_remove(mp->m_filestream, pip->i_ino); in xfs_filestream_new_ag()
385 err = xfs_filestream_pick_ag(pip, startag, agp, flags, minlen); in xfs_filestream_new_ag()
393 xfs_irele(pip); in xfs_filestream_new_ag()