Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2971 #define LLOG_OP_MAGIC 0x10600000 macro
2975 LLOG_PAD_MAGIC = LLOG_OP_MAGIC | 0x00000,
2976 OST_SZ_REC = LLOG_OP_MAGIC | 0x00f00,
2978 MDS_UNLINK_REC = LLOG_OP_MAGIC | 0x10000 | (MDS_REINT << 8) |
2980 MDS_UNLINK64_REC = LLOG_OP_MAGIC | 0x90000 | (MDS_REINT << 8) |
2983 MDS_SETATTR64_REC = LLOG_OP_MAGIC | 0x90000 | (MDS_REINT << 8) |
2985 OBD_CFG_REC = LLOG_OP_MAGIC | 0x20000,
2987 LLOG_GEN_REC = LLOG_OP_MAGIC | 0x40000,
2989 CHANGELOG_REC = LLOG_OP_MAGIC | 0x60000,
2990 CHANGELOG_USER_REC = LLOG_OP_MAGIC | 0x70000,
[all …]