Home
last modified time | relevance | path

Searched refs:m_zone_cache (Results 1 – 2 of 2) sorted by relevance

/fs/xfs/
A Dxfs_zone_alloc.c828 mru = xfs_mru_cache_lookup(mp->m_zone_cache, ip->i_ino); in xfs_cached_zone()
841 xfs_mru_cache_done(mp->m_zone_cache); in xfs_cached_zone()
862 mru = xfs_mru_cache_lookup(mp->m_zone_cache, ip->i_ino); in xfs_zone_cache_create_association()
871 xfs_mru_cache_done(mp->m_zone_cache); in xfs_zone_cache_create_association()
881 xfs_mru_cache_insert(mp->m_zone_cache, ip->i_ino, &item->mru); in xfs_zone_cache_create_association()
1333 xfs_mru_cache_create(&mp->m_zone_cache, mp, in xfs_mount_zones()
1348 xfs_mru_cache_destroy(mp->m_zone_cache); in xfs_unmount_zones()
A Dxfs_mount.h239 struct xfs_mru_cache *m_zone_cache; /* Inode to open zone cache */ member

Completed in 8 milliseconds