Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/w1/slaves/
Dw1_ds2438.c114 goto post_unlock; in w1_ds2438_get_temperature()
119 goto post_unlock; in w1_ds2438_get_temperature()
133 post_unlock: in w1_ds2438_get_temperature()
249 goto post_unlock; in w1_ds2438_get_voltage()
254 goto post_unlock; in w1_ds2438_get_voltage()
269 post_unlock: in w1_ds2438_get_voltage()
/linux-6.1.9/fs/ocfs2/
Ddlmglue.c165 void (*post_unlock)(struct ocfs2_super *, struct ocfs2_lock_res *); member
259 .post_unlock = ocfs2_dentry_post_unlock,
3545 WARN_ON_ONCE(lockres->l_ops->post_unlock); in ocfs2_mark_lockres_freeing()
4346 && lockres->l_ops->post_unlock) in ocfs2_process_blocked_lock()
4347 lockres->l_ops->post_unlock(osb, lockres); in ocfs2_process_blocked_lock()