Home | History | Annotate | Download | only in fs_mgr

Lines Matching refs:ext4

48 #include <ext4_utils/ext4.h>
117 if ((fs_stat & FS_STAT_IS_EXT4) == 0) return; // only log ext4
127 return fs_type == "ext4" || fs_type == "ext3" || fs_type == "ext2";
167 if (!strcmp(fs_type, "ext4")) {
168 // This option is only valid with ext4
263 // Read the primary superblock from an ext4 filesystem. On failure return
264 // false. If it's not an ext4 filesystem, also set FS_STAT_EXT4_INVALID_MAGIC.
279 LINFO << "Invalid ext4 superblock on '" << blk_device << "'";
286 if (sb->s_max_mnt_count == 0xffff) { // -1 (int16) in ext2, but uint16 in ext4
394 LERROR << "Unable to enable ext4 encryption on " << blk_device
401 LINFO << "Enabling ext4 encryption on " << blk_device;
404 << "ext4 encryption on " << blk_device;
596 LERROR << __FUNCTION__ << "(): skipping mount, invalid ext4, mountpoint="