Go to the documentation of this file.
32 #define OCFS2_LVB_VERSION 5
52 #define OCFS2_QINFO_LVB_VERSION 1
65 #define OCFS2_ORPHAN_LVB_VERSION 1
75 #define OCFS2_META_LOCK_RECOVERY (0x01)
77 #define OCFS2_META_LOCK_NOQUEUE (0x02)
79 #define OCFS2_LOCK_NONBLOCK (0x04)
120 struct buffer_head **ret_bh,
125 struct buffer_head **ret_bh,
129 #define ocfs2_inode_lock_full(i, r, e, f)\
130 ocfs2_inode_lock_full_nested(i, r, e, f, OI_LS_NORMAL)
131 #define ocfs2_inode_lock_nested(i, b, e, s)\
132 ocfs2_inode_lock_full_nested(i, b, e, 0, s)
135 #define ocfs2_inode_lock(i, b, e) ocfs2_inode_lock_full_nested(i, b, e, 0, OI_LS_NORMAL)