Home
last modified time | relevance | path

Searched refs:xfs_mru_cache_lookup (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/fs/xfs/
Dxfs_mru_cache.h50 void *xfs_mru_cache_lookup(struct xfs_mru_cache *mru, unsigned long key);
Dxfs_filestream.c354 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()
Dxfs_mru_cache.c544 xfs_mru_cache_lookup( in xfs_mru_cache_lookup() function