Searched refs:PG_HEADLOCK (Results 1 – 2 of 2) sorted by relevance
151 if (!test_and_set_bit(PG_HEADLOCK, &head->wb_flags)) in nfs_page_group_lock()156 return wait_on_bit_lock(&head->wb_flags, PG_HEADLOCK, in nfs_page_group_lock()172 clear_bit(PG_HEADLOCK, &head->wb_flags); in nfs_page_group_unlock()176 wake_up_bit(&head->wb_flags, PG_HEADLOCK); in nfs_page_group_unlock()190 WARN_ON_ONCE(!test_bit(PG_HEADLOCK, &head->wb_flags)); in nfs_page_group_sync_on_bit_locked()246 WARN_ON_ONCE(!test_bit(PG_HEADLOCK, &prev->wb_head->wb_flags)); in nfs_page_group_init()
31 PG_HEADLOCK, /* page group lock of wb_head */ enumerator