Lines Matching defs:tmp
612 u32 tmp;
622 tmp = OCFS2_MOUNT_HB_LOCAL | OCFS2_MOUNT_HB_GLOBAL |
624 if ((osb->s_mount_opt & tmp) != (parsed_options.mount_opt & tmp)) {
1245 u32 tmp;
1459 tmp = mopt->mount_opt & (OCFS2_MOUNT_HB_LOCAL |
1462 if (hweight32(tmp) != 1) {
1860 int tmp, hangup_needed = 0;
1902 tmp = ocfs2_super_lock(osb, 1);
1903 if (tmp < 0) {
1904 mlog_errno(tmp);