xfs_mru_cache_remove  647 fs/xfs/xfs_filestream.c 	file = xfs_mru_cache_remove(cache, ip->i_ino);
xfs_mru_cache_remove  517 fs/xfs/xfs_mru_cache.c 	void		*value = xfs_mru_cache_remove(mru, key);
xfs_mru_cache_remove   49 fs/xfs/xfs_mru_cache.h void * xfs_mru_cache_remove(struct xfs_mru_cache *mru, unsigned long key);