Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/w1/slaves/
H A Dw1_ds2438.c105 goto post_unlock; in w1_ds2438_get_temperature()
110 goto post_unlock; in w1_ds2438_get_temperature()
124 post_unlock: in w1_ds2438_get_temperature()
212 goto post_unlock; in w1_ds2438_get_voltage()
217 goto post_unlock; in w1_ds2438_get_voltage()
232 post_unlock: in w1_ds2438_get_voltage()
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Ddlmglue.c166 void (*post_unlock)(struct ocfs2_super *, struct ocfs2_lock_res *); member
260 .post_unlock = ocfs2_dentry_post_unlock,
3536 WARN_ON_ONCE(lockres->l_ops->post_unlock); in ocfs2_mark_lockres_freeing()
4326 && lockres->l_ops->post_unlock) in ocfs2_process_blocked_lock()
4327 lockres->l_ops->post_unlock(osb, lockres); in ocfs2_process_blocked_lock()