Lines Matching refs:should_be
480 int should_be = EXT2_FT_UNKNOWN;493 should_be = EXT2_FT_DIR;496 should_be = EXT2_FT_REG_FILE;500 should_be = 0;504 should_be = ext2_file_type(inode.i_mode);506 if (filetype == should_be)508 pctx->num = should_be;514 dirent->name_len = (dirent->name_len & 0xFF) | should_be << 8;