Lines Matching refs:managed_pslots
684 xa_init(&EROFS_SB(sb)->managed_pslots); in z_erofs_init_super()
774 xa_lock(&sbi->managed_pslots); in z_erofs_register_pcluster()
775 pre = __xa_cmpxchg(&sbi->managed_pslots, pcl->pos, in z_erofs_register_pcluster()
778 xa_unlock(&sbi->managed_pslots); in z_erofs_register_pcluster()
782 xa_unlock(&sbi->managed_pslots); in z_erofs_register_pcluster()
818 pcl = xa_load(&EROFS_SB(sb)->managed_pslots, map->m_pa); in z_erofs_pcluster_begin()
901 DBG_BUGON(__xa_erase(&sbi->managed_pslots, pcl->pos) != pcl); in __erofs_try_to_release_pcluster()
927 xa_lock(&sbi->managed_pslots); in z_erofs_shrink_scan()
928 xa_for_each(&sbi->managed_pslots, index, pcl) { in z_erofs_shrink_scan()
932 xa_unlock(&sbi->managed_pslots); in z_erofs_shrink_scan()
937 xa_lock(&sbi->managed_pslots); in z_erofs_shrink_scan()
939 xa_unlock(&sbi->managed_pslots); in z_erofs_shrink_scan()
953 if (try_free && xa_trylock(&sbi->managed_pslots)) { in z_erofs_put_pcluster()
955 xa_unlock(&sbi->managed_pslots); in z_erofs_put_pcluster()