Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2950 #define LLOG_OP_MAGIC 0x10600000 macro
2954 LLOG_PAD_MAGIC = LLOG_OP_MAGIC | 0x00000,
2955 OST_SZ_REC = LLOG_OP_MAGIC | 0x00f00,
2957 MDS_UNLINK_REC = LLOG_OP_MAGIC | 0x10000 | (MDS_REINT << 8) |
2959 MDS_UNLINK64_REC = LLOG_OP_MAGIC | 0x90000 | (MDS_REINT << 8) |
2962 MDS_SETATTR64_REC = LLOG_OP_MAGIC | 0x90000 | (MDS_REINT << 8) |
2964 OBD_CFG_REC = LLOG_OP_MAGIC | 0x20000,
2966 LLOG_GEN_REC = LLOG_OP_MAGIC | 0x40000,
2968 CHANGELOG_REC = LLOG_OP_MAGIC | 0x60000,
2969 CHANGELOG_USER_REC = LLOG_OP_MAGIC | 0x70000,
[all …]