Home
last modified time | relevance | path

Searched refs:post_unlock (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/drivers/w1/slaves/
H A Dw1_ds2438.c112 goto post_unlock; in w1_ds2438_get_temperature()
117 goto post_unlock; in w1_ds2438_get_temperature()
131 post_unlock: in w1_ds2438_get_temperature()
247 goto post_unlock; in w1_ds2438_get_voltage()
252 goto post_unlock; in w1_ds2438_get_voltage()
267 post_unlock: in w1_ds2438_get_voltage()
/kernel/linux/linux-5.10/fs/ocfs2/
H A Ddlmglue.c74 * ->post_unlock callback */
76 * ->post_unlock() callback. */
166 void (*post_unlock)(struct ocfs2_super *, struct ocfs2_lock_res *); member
260 .post_unlock = ocfs2_dentry_post_unlock,
3533 * Warn if we recurse into another post_unlock call. Strictly in ocfs2_mark_lockres_freeing()
3538 WARN_ON_ONCE(lockres->l_ops->post_unlock); in ocfs2_mark_lockres_freeing()
4328 && lockres->l_ops->post_unlock) in ocfs2_process_blocked_lock()
4329 lockres->l_ops->post_unlock(osb, lockres); in ocfs2_process_blocked_lock()
/kernel/linux/linux-6.6/fs/ocfs2/
H A Ddlmglue.c73 * ->post_unlock callback */
75 * ->post_unlock() callback. */
165 void (*post_unlock)(struct ocfs2_super *, struct ocfs2_lock_res *); member
259 .post_unlock = ocfs2_dentry_post_unlock,
3543 * Warn if we recurse into another post_unlock call. Strictly in ocfs2_mark_lockres_freeing()
3548 WARN_ON_ONCE(lockres->l_ops->post_unlock); in ocfs2_mark_lockres_freeing()
4349 && lockres->l_ops->post_unlock) in ocfs2_process_blocked_lock()
4350 lockres->l_ops->post_unlock(osb, lockres); in ocfs2_process_blocked_lock()

Completed in 12 milliseconds