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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Ddlmglue.c83 * ->post_unlock callback */
85 * ->post_unlock() callback. */
164 void (*post_unlock)(struct ocfs2_super *, struct ocfs2_lock_res *); member in struct:ocfs2_lock_res_ops
251 .post_unlock = ocfs2_dentry_post_unlock,
3064 && lockres->l_ops->post_unlock)
3065 lockres->l_ops->post_unlock(osb, lockres);

Completed in 52 milliseconds