Home
last modified time | relevance | path

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

/linux/fs/nfs/
H A Dpagelist.c191 * nfs_page_set_headlock - set the request PG_HEADLOCK
201 if (!test_and_set_bit(PG_HEADLOCK, &req->wb_flags)) in nfs_page_set_headlock()
206 return wait_on_bit_lock(&req->wb_flags, PG_HEADLOCK, in nfs_page_set_headlock()
211 * nfs_page_clear_headlock - clear the request PG_HEADLOCK
217 clear_bit_unlock(PG_HEADLOCK, &req->wb_flags); in nfs_page_clear_headlock()
221 wake_up_bit(&req->wb_flags, PG_HEADLOCK); in nfs_page_clear_headlock()
267 WARN_ON_ONCE(!test_bit(PG_HEADLOCK, &head->wb_flags)); in nfs_page_group_sync_on_bit_locked()
323 WARN_ON_ONCE(!test_bit(PG_HEADLOCK, &prev->wb_head->wb_flags)); in nfs_page_group_init()
/linux/include/linux/
H A Dnfs_page.h32 PG_HEADLOCK, /* page group lock of wb_head */ enumerator