Home
last modified time | relevance | path

Searched refs:prepare_fs_for_mount (Results 1 – 1 of 1) sorted by relevance

/aosp14/system/core/fs_mgr/
H A Dfs_mgr.cpp734 static int prepare_fs_for_mount(const std::string& blk_device, const FstabEntry& entry, in prepare_fs_for_mount() function
945 int fs_stat = prepare_fs_for_mount(fstab[i].blk_device, fstab[i]); in mount_with_alternatives()
1857 int ret = prepare_fs_for_mount(entry.blk_device, entry, mount_point); in fs_mgr_do_mount_one()
1929 int fs_stat = prepare_fs_for_mount(n_blk_device, fstab_entry, mount_point); in fs_mgr_do_mount_helper()