Searched refs:xfs_mru_cache_lookup (Results 1 – 3 of 3) sorted by relevance
50 void *xfs_mru_cache_lookup(struct xfs_mru_cache *mru, unsigned long key);
354 item = xfs_mru_cache_lookup(cache, ip->i_ino); in _xfs_filestream_update_ag()546 item = xfs_mru_cache_lookup(cache, ip->i_ino); in xfs_filestream_lookup_ag()609 item = xfs_mru_cache_lookup(cache, pip->i_ino); in xfs_filestream_associate()701 dir = xfs_mru_cache_lookup(cache, pip->i_ino); in xfs_filestream_new_ag()
544 xfs_mru_cache_lookup( in xfs_mru_cache_lookup() function