ML_EXIT 122 fs/ocfs2/cluster/masklog.h #define MLOG_INITIAL_NOT_MASK (ML_ENTRY|ML_EXIT) ML_EXIT 235 fs/ocfs2/cluster/masklog.h mlog(ML_EXIT, "EXIT: %lu\n", (unsigned long) (st)); \ ML_EXIT 237 fs/ocfs2/cluster/masklog.h mlog(ML_EXIT, "EXIT: %ld\n", (signed long) (st)); \ ML_EXIT 241 fs/ocfs2/cluster/masklog.h mlog(ML_EXIT, "EXIT: %u\n", (unsigned int) (st)); \ ML_EXIT 245 fs/ocfs2/cluster/masklog.h mlog(ML_EXIT, "EXIT: %d\n", (signed int) (st)); \ ML_EXIT 247 fs/ocfs2/cluster/masklog.h mlog(ML_EXIT, "EXIT: %lld\n", (long long) (st)); \ ML_EXIT 249 fs/ocfs2/cluster/masklog.h mlog(ML_EXIT, "EXIT: %llu\n", (unsigned long long) (st)); \ ML_EXIT 253 fs/ocfs2/cluster/masklog.h mlog(ML_EXIT, "EXIT: %lld\n", (long long) (st)); \ ML_EXIT 258 fs/ocfs2/cluster/masklog.h mlog(ML_EXIT, "EXIT: %p\n", ptr); \ ML_EXIT 262 fs/ocfs2/cluster/masklog.h mlog(ML_EXIT, "EXIT\n"); \