Lines Matching refs:pip
317 struct xfs_inode *pip = NULL; in xfs_filestream_lookup_ag() local
323 pip = xfs_filestream_get_parent(ip); in xfs_filestream_lookup_ag()
324 if (!pip) in xfs_filestream_lookup_ag()
327 mru = xfs_mru_cache_lookup(mp->m_filestream, pip->i_ino); in xfs_filestream_lookup_ag()
346 startag = XFS_INO_TO_AGNO(mp, pip->i_ino); in xfs_filestream_lookup_ag()
348 if (xfs_filestream_pick_ag(pip, startag, &ag, 0, 0)) in xfs_filestream_lookup_ag()
351 IRELE(pip); in xfs_filestream_lookup_ag()
366 struct xfs_inode *ip = ap->ip, *pip; in xfs_filestream_new_ag() local
375 pip = xfs_filestream_get_parent(ip); in xfs_filestream_new_ag()
376 if (!pip) in xfs_filestream_new_ag()
379 mru = xfs_mru_cache_remove(mp->m_filestream, pip->i_ino); in xfs_filestream_new_ag()
389 err = xfs_filestream_pick_ag(pip, startag, agp, flags, minlen); in xfs_filestream_new_ag()
397 IRELE(pip); in xfs_filestream_new_ag()