Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/
Dxfs_icache.c185 lockdep_assert_held(&pag->pag_ici_lock); in xfs_perag_set_reclaim_tag()
207 lockdep_assert_held(&pag->pag_ici_lock); in xfs_perag_clear_reclaim_tag()
233 spin_lock(&pag->pag_ici_lock); in xfs_inode_set_reclaim_tag()
242 spin_unlock(&pag->pag_ici_lock); in xfs_inode_set_reclaim_tag()
440 spin_lock(&pag->pag_ici_lock); in xfs_iget_cache_hit()
459 spin_unlock(&pag->pag_ici_lock); in xfs_iget_cache_hit()
567 spin_lock(&pag->pag_ici_lock); in xfs_iget_cache_miss()
575 spin_unlock(&pag->pag_ici_lock); in xfs_iget_cache_miss()
582 spin_unlock(&pag->pag_ici_lock); in xfs_iget_cache_miss()
1194 spin_lock(&pag->pag_ici_lock); in xfs_reclaim_inode()
[all …]
Dxfs_mount.h385 spinlock_t pag_ici_lock; /* incore inode cache lock */ member
Dxfs_mount.c202 spin_lock_init(&pag->pag_ici_lock); in xfs_initialize_perag()