name: f2fs_sync_file_exit
ID: 554
format:
	field:unsigned short common_type;	offset:0;	size:2;	signed:0;
	field:unsigned char common_flags;	offset:2;	size:1;	signed:0;
	field:unsigned char common_preempt_count;	offset:3;	size:1;	signed:0;
	field:int common_pid;	offset:4;	size:4;	signed:1;

	field:dev_t dev;	offset:8;	size:4;	signed:0;
	field:ino_t ino;	offset:16;	size:8;	signed:0;
	field:int cp_reason;	offset:24;	size:4;	signed:1;
	field:int datasync;	offset:28;	size:4;	signed:1;
	field:int ret;	offset:32;	size:4;	signed:1;

print fmt: "dev = (%d,%d), ino = %lu, cp_reason: %s, datasync = %d, ret = %d", ((unsigned int) ((REC->dev) >> 20)), ((unsigned int) ((REC->dev) & ((1U << 20) - 1))), (unsigned long)REC->ino, __print_symbolic(REC->cp_reason, { CP_NO_NEEDED, "no needed" }, { CP_NON_REGULAR, "non regular" }, { CP_COMPRESSED, "compressed" }, { CP_HARDLINK, "hardlink" }, { CP_SB_NEED_CP, "sb needs cp" }, { CP_WRONG_PINO, "wrong pino" }, { CP_NO_SPC_ROLL, "no space roll forward" }, { CP_NODE_NEED_CP, "node needs cp" }, { CP_FASTBOOT_MODE, "fastboot mode" }, { CP_SPEC_LOG_NUM, "log type is 2" }, { CP_RECOVER_DIR, "dir needs recovery" }), REC->datasync, REC->ret
