Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/w1/slaves/
Dw1_therm.c219 goto post_unlock; in w1_slave_show()
260 goto post_unlock; in w1_slave_show()
265 goto post_unlock; in w1_slave_show()
314 post_unlock: in w1_slave_show()
/linux-4.1.27/fs/ocfs2/
Ddlmglue.c176 void (*post_unlock)(struct ocfs2_super *, struct ocfs2_lock_res *); member
266 .post_unlock = ocfs2_dentry_post_unlock,
3214 WARN_ON_ONCE(lockres->l_ops->post_unlock); in ocfs2_mark_lockres_freeing()
3991 && lockres->l_ops->post_unlock) in ocfs2_process_blocked_lock()
3992 lockres->l_ops->post_unlock(osb, lockres); in ocfs2_process_blocked_lock()