Searched defs:dev_sz (Results 1 – 7 of 7) sorted by relevance
| /system/core/fs_mgr/ |
| D | fs_mgr_format.cpp | 45 static int get_dev_sz(const std::string& fs_blkdev, uint64_t* dev_sz) { in get_dev_sz() 63 uint64_t dev_sz; in format_ext4() local 128 static int format_f2fs(const std::string& fs_blkdev, uint64_t dev_sz, bool needs_projid, in format_f2fs()
|
| /system/core/fs_mgr/libsnapshot/snapuserd/user-space-merge/ |
| D | snapuserd_verify.cpp | 106 uint64_t dev_sz) { in VerifyBlocks() 237 uint64_t dev_sz = get_block_device_size(fd.get()); in VerifyPartition() local
|
| D | snapuserd_core.cpp | 457 uint64_t dev_sz = get_block_device_size(fd.get()); in GetNumSectors() local
|
| D | snapuserd_test.cpp | 753 auto dev_sz = base_dev_->GetSize(); in CreateUserDevice() local
|
| /system/core/fs_mgr/libsnapshot/libsnapshot_cow/ |
| D | create_cow.cpp | 330 uint64_t dev_sz = lseek(target_fd_.get(), 0, SEEK_END); in CreateSnapshotWriter() local 444 bool CreateSnapshot::ReadBlocks(off_t offset, const int skip_blocks, const uint64_t dev_sz) { in ReadBlocks() 525 uint64_t dev_sz = lseek(fd.get(), 0, SEEK_END); in ParsePartition() local
|
| /system/core/fs_mgr/libsnapshot/ |
| D | snapshotctl.cpp | 205 uint64_t dev_sz = lseek(fd.get(), 0, SEEK_END); in PrepareUpdate() local 387 uint64_t dev_sz = lseek(fd.get(), 0, SEEK_END); in CreateSnapshotDevice() local 441 uint64_t dev_sz = lseek(fd.get(), 0, SEEK_END); in WriteSnapshotPatch() local 840 uint64_t dev_sz = lseek(fd, 0, SEEK_END); in DumpVerityHash() local
|
| D | snapshot.cpp | 572 uint64_t dev_sz = 0; in MapDmUserCow() local 596 uint64_t dev_sz = get_block_device_size(fd.get()); in MapDmUserCow() local
|