Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/w1/slaves/
Dw1_therm.c236 goto post_unlock; in w1_slave_show()
277 goto post_unlock; in w1_slave_show()
282 goto post_unlock; in w1_slave_show()
331 post_unlock: in w1_slave_show()
/linux-4.4.14/fs/ocfs2/
Ddlmglue.c176 void (*post_unlock)(struct ocfs2_super *, struct ocfs2_lock_res *); member
266 .post_unlock = ocfs2_dentry_post_unlock,
3213 WARN_ON_ONCE(lockres->l_ops->post_unlock); in ocfs2_mark_lockres_freeing()
3990 && lockres->l_ops->post_unlock) in ocfs2_process_blocked_lock()
3991 lockres->l_ops->post_unlock(osb, lockres); in ocfs2_process_blocked_lock()