#include "jfs_compat.h"
Go to the source code of this file.
#define BJ_IO 4 /* Buffer is for temporary IO use */ |
#define BJ_Locked 8 /* Locked for I/O during commit */ |
#define BJ_Metadata 2 /* Normal journaled metadata */ |
#define BJ_None 0 /* Not journaled */ |
#define BJ_Shadow 5 /* Buffer contents being shadowed to the log */ |
#define BJ_SyncData 1 /* Normal data: flush before commit */ |
#define JFS_COMMIT_BLOCK 2 |
Definition at line 22 of file jbd.h.
Definition at line 23 of file jbd.h.
#define JFS_DESCRIPTOR_BLOCK 1 |
#define JFS_FEATURE_INCOMPAT_REVOKE 0x00000001 |
#define JFS_FLAG_ESCAPE 1 /* on-disk block is escaped */ |
#define JFS_FLAG_SAME_UUID 2 /* block has same uuid as previous */ |
#define JFS_HAS_COMPAT_FEATURE |
( |
|
j, |
|
|
|
mask |
|
) |
| |
Value:((
j)->j_format_version >= 2 && \
Definition at line 226 of file jbd.h.
#define JFS_HAS_INCOMPAT_FEATURE |
( |
|
j, |
|
|
|
mask |
|
) |
| |
Value:((
j)->j_format_version >= 2 && \
Definition at line 232 of file jbd.h.
#define JFS_HAS_RO_COMPAT_FEATURE |
( |
|
j, |
|
|
|
mask |
|
) |
| |
Value:((
j)->j_format_version >= 2 && \
Definition at line 229 of file jbd.h.
#define JFS_KNOWN_COMPAT_FEATURES 0 |
#define JFS_KNOWN_ROCOMPAT_FEATURES 0 |
#define JFS_MAGIC_NUMBER 0xc03b3998U /* The first 4 bytes of /dev/random! */ |
#define JFS_REVOKE_BLOCK 5 |
#define JFS_SUPERBLOCK_V1 3 |
#define JFS_SUPERBLOCK_V2 4 |