Home | History | Annotate | Download | only in ext4_utils

Lines Matching refs:file_type

87 			.file_type = EXT4_FT_DIR,
195 dentries[i].file_type = EXT4_FT_REG_FILE;
197 dentries[i].file_type = EXT4_FT_DIR;
200 dentries[i].file_type = EXT4_FT_CHRDEV;
202 dentries[i].file_type = EXT4_FT_BLKDEV;
204 dentries[i].file_type = EXT4_FT_FIFO;
206 dentries[i].file_type = EXT4_FT_SOCK;
208 dentries[i].file_type = EXT4_FT_SYMLINK;
231 dentries[0].file_type = EXT4_FT_DIR;
245 if (dentries[i].file_type == EXT4_FT_REG_FILE) {
247 } else if (dentries[i].file_type == EXT4_FT_DIR) {
262 } else if (dentries[i].file_type == EXT4_FT_SYMLINK) {