Home | History | Annotate | Download | only in ext2ed

Lines Matching refs:temp

123 	unsigned short temp;
147 temp=inode_ptr->i_mode & 0x1ff;
148 temp=temp >> i;
149 if (temp & 4)
154 if (temp & 2)
159 if (temp & 1)
170 temp=inode_ptr->i_flags;
172 if (temp & EXT2_SECRM_FL)
178 if (temp & EXT2_UNRM_FL)
183 if (temp & EXT2_COMPR_FL)
188 if (temp & EXT2_SYNC_FL)
193 if (temp & EXT2_IMMUTABLE_FL)
198 if (temp & EXT2_APPEND_FL)
203 if (temp & EXT2_NODUMP_FL)