Lines Matching refs:pip
307 struct xfs_inode *pip = NULL; in xfs_filestream_lookup_ag() local
313 pip = xfs_filestream_get_parent(ip); in xfs_filestream_lookup_ag()
314 if (!pip) in xfs_filestream_lookup_ag()
317 mru = xfs_mru_cache_lookup(mp->m_filestream, pip->i_ino); in xfs_filestream_lookup_ag()
336 startag = XFS_INO_TO_AGNO(mp, pip->i_ino); in xfs_filestream_lookup_ag()
338 if (xfs_filestream_pick_ag(pip, startag, &ag, 0, 0)) in xfs_filestream_lookup_ag()
341 xfs_irele(pip); in xfs_filestream_lookup_ag()
356 struct xfs_inode *ip = ap->ip, *pip; in xfs_filestream_new_ag() local
366 pip = xfs_filestream_get_parent(ip); in xfs_filestream_new_ag()
367 if (!pip) in xfs_filestream_new_ag()
370 mru = xfs_mru_cache_remove(mp->m_filestream, pip->i_ino); in xfs_filestream_new_ag()
382 err = xfs_filestream_pick_ag(pip, startag, agp, flags, minlen); in xfs_filestream_new_ag()
390 xfs_irele(pip); in xfs_filestream_new_ag()