Lines Matching refs:pip
318 struct xfs_inode *pip = NULL; in xfs_filestream_lookup_ag() local
324 pip = xfs_filestream_get_parent(ip); in xfs_filestream_lookup_ag()
325 if (!pip) in xfs_filestream_lookup_ag()
328 mru = xfs_mru_cache_lookup(mp->m_filestream, pip->i_ino); in xfs_filestream_lookup_ag()
347 startag = XFS_INO_TO_AGNO(mp, pip->i_ino); in xfs_filestream_lookup_ag()
349 if (xfs_filestream_pick_ag(pip, startag, &ag, 0, 0)) in xfs_filestream_lookup_ag()
352 IRELE(pip); in xfs_filestream_lookup_ag()
367 struct xfs_inode *ip = ap->ip, *pip; in xfs_filestream_new_ag() local
376 pip = xfs_filestream_get_parent(ip); in xfs_filestream_new_ag()
377 if (!pip) in xfs_filestream_new_ag()
380 mru = xfs_mru_cache_remove(mp->m_filestream, pip->i_ino); in xfs_filestream_new_ag()
390 err = xfs_filestream_pick_ag(pip, startag, agp, flags, minlen); in xfs_filestream_new_ag()
398 IRELE(pip); in xfs_filestream_new_ag()