Searched refs:n_blk_device (Results 1 – 2 of 2) sorted by relevance
/system/core/fs_mgr/include/ |
D | fs_mgr.h | 71 int fs_mgr_do_mount(struct fstab *fstab, const char *n_name, char *n_blk_device,
|
/system/core/fs_mgr/ |
D | fs_mgr.cpp | 1026 int fs_mgr_do_mount(struct fstab *fstab, const char *n_name, char *n_blk_device, in fs_mgr_do_mount() argument 1050 << fstab->recs[i].fs_type << " on " << n_blk_device; in fs_mgr_do_mount() 1055 if (fstab->recs[i].fs_mgr_flags & MF_WAIT && !fs_mgr_wait_for_file(n_blk_device, 20s)) { in fs_mgr_do_mount() 1056 LERROR << "Skipping mounting '" << n_blk_device << "'"; in fs_mgr_do_mount() 1060 int fs_stat = prepare_fs_for_mount(n_blk_device, &fstab->recs[i]); in fs_mgr_do_mount() 1097 if (!__mount(n_blk_device, mount_point, &fstab->recs[i])) { in fs_mgr_do_mount() 1106 … check_fs(n_blk_device, fstab->recs[i].fs_type, fstab->recs[i].mount_point, &fs_stat); in fs_mgr_do_mount() 1114 PERROR << "Cannot mount filesystem on " << n_blk_device << " at " << mount_point; in fs_mgr_do_mount()
|