Displaying 1 result from an estimated 1 matches for "ocfs2_dealloc_lock".
Did you mean:
  ocfs2_dealloc_unlock
  
2008 Oct 23
2
[PATCH 1/1] OCFS2: fix for nfs getting stale inode.
...=========================================
--- fs/ocfs2/dlmglue.h	(revision 3101)
+++ fs/ocfs2/dlmglue.h	(working copy)
@@ -79,6 +79,12 @@ void ocfs2_super_unlock(struct ocfs2_sup
 			int ex);
 int ocfs2_rename_lock(struct ocfs2_super *osb);
 void ocfs2_rename_unlock(struct ocfs2_super *osb);
+
+int ocfs2_dealloc_lock(struct ocfs2_super *osb, u64 blkno,
+		       int ex);
+void ocfs2_dealloc_unlock(struct ocfs2_super *osb, u64 blkno,
+			 int ex);
+
 void ocfs2_mark_lockres_freeing(struct ocfs2_lock_res *lockres);
 
 /* for the vote thread */
Index: fs/ocfs2/export.c
=============================================...