Lines Matching refs:item
84 struct xfs_fstrm_item *item =
87 xfs_filestream_put_ag(mp, item->ag);
88 trace_xfs_filestream_free(mp, mru->key, item->ag);
90 kmem_free(item);
106 struct xfs_fstrm_item *item;
219 item = kmem_alloc(sizeof(*item), KM_MAYFAIL);
220 if (!item)
223 item->ag = *agp;
225 err = xfs_mru_cache_insert(mp->m_filestream, ip->i_ino, &item->mru);
235 kmem_free(item);
341 struct xfs_fstrm_item *item =
343 startag = (item->ag + 1) % mp->m_sb.sb_agcount;
354 * Only free the item here so we skip over the old AG earlier.