Searched defs:inodes (Results 1 - 3 of 3) sorted by relevance

/system/extras/squashfs_utils/
H A Dsquashfs_utils.h29 uint32_t inodes; member in struct:squashfs_info
/system/extras/ext4_utils/include/ext4_utils/
H A Dext4_sb.h40 uint32_t inodes; member in struct:fs_info
/system/update_engine/payload_generator/
H A Dext2_filesystem.cc87 std::map<ext2_ino_t, FilesystemInterface::File>* inodes = nullptr; member in struct:chromeos_update_engine::__anon2753::UpdateFileAndAppendState
107 auto ino_file = state->inodes->find(dirent->inode);
108 if (ino_file == state->inodes->end())
110 auto dir_file = state->inodes->find(dir);
111 if (dir_file == state->inodes->end())
168 std::map<ext2_ino_t, File> inodes; local
191 // Skip inodes that are not in use.
195 File& file = inodes[it_ino];
247 // The set of inodes already added to the output. There can be less elements
248 // here than in files since the later can contain repeated inodes du
[all...]

Completed in 238 milliseconds