Home
last modified time | relevance | path

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

/fs/ocfs2/
Ddlmglue.c176 void (*post_unlock)(struct ocfs2_super *, struct ocfs2_lock_res *); member
266 .post_unlock = ocfs2_dentry_post_unlock,
3312 WARN_ON_ONCE(lockres->l_ops->post_unlock); in ocfs2_mark_lockres_freeing()
4099 && lockres->l_ops->post_unlock) in ocfs2_process_blocked_lock()
4100 lockres->l_ops->post_unlock(osb, lockres); in ocfs2_process_blocked_lock()