HomeSort by relevance Sort by last modified time
    Searched defs:blk_device (Results 1 - 2 of 2) sorted by null

  /system/core/fs_mgr/include_fstab/fstab/
fstab.h 40 char* blk_device; member in struct:fstab_rec
69 const char* blk_device);
  /system/core/fs_mgr/
fs_mgr.cpp 115 static void log_fs_stat(const char* blk_device, int fs_stat)
118 std::string msg = android::base::StringPrintf("\nfs_stat,%s,0x%x\n", blk_device, fs_stat);
138 static void check_fs(const char *blk_device, char *fs_type, char *target, int *fs_stat)
144 const char* e2fsck_argv[] = {E2FSCK_BIN, "-y", blk_device};
145 const char* e2fsck_forced_argv[] = {E2FSCK_BIN, "-f", "-y", blk_device};
171 ret = mount(blk_device, target, fs_type, tmpmnt_flags, tmpmnt_opts);
172 PINFO << __FUNCTION__ << "(): mount(" << blk_device << "," << target << "," << fs_type
201 LINFO << "Not running " << E2FSCK_BIN << " on " << blk_device local
204 LINFO << "Running " << E2FSCK_BIN << " on " << blk_device; local
228 blk_device
230 LINFO << "Running " << F2FS_FSCK_BIN << " -a " << blk_device; local
269 PERROR << "Failed to open '" << blk_device << "'"; local
274 PERROR << "Can't read '" << blk_device << "' superblock"; local
279 LINFO << "Invalid ext4 superblock on '" << blk_device << "'"; local
325 LINFO << "Enabling quotas on " << blk_device; local
330 LINFO << "Disabling quotas on " << blk_device; local
378 << blk_device; local
401 LINFO << "Enabling ext4 encryption on " << blk_device; local
404 << "ext4 encryption on " << blk_device; local
    [all...]

Completed in 83 milliseconds