Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/w1/slaves/
Dw1_ds2438.c107 goto post_unlock; in w1_ds2438_get_temperature()
112 goto post_unlock; in w1_ds2438_get_temperature()
126 post_unlock: in w1_ds2438_get_temperature()
214 goto post_unlock; in w1_ds2438_get_voltage()
219 goto post_unlock; in w1_ds2438_get_voltage()
234 post_unlock: in w1_ds2438_get_voltage()
/Linux-v4.19/fs/ocfs2/
Ddlmglue.c180 void (*post_unlock)(struct ocfs2_super *, struct ocfs2_lock_res *); member
274 .post_unlock = ocfs2_dentry_post_unlock,
3489 WARN_ON_ONCE(lockres->l_ops->post_unlock); in ocfs2_mark_lockres_freeing()
4278 && lockres->l_ops->post_unlock) in ocfs2_process_blocked_lock()
4279 lockres->l_ops->post_unlock(osb, lockres); in ocfs2_process_blocked_lock()