Home
last modified time | relevance | path

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

/system/ulib/fs-management/include/fs-management/
A Dfvm.h26 int fvm_allocate_partition(int fvm_fd, const alloc_req_t* request);
/system/public/zircon/device/
A Dblock.h152 } alloc_req_t; typedef
155 IOCTL_WRAPPER_IN(ioctl_block_fvm_alloc_partition, IOCTL_BLOCK_FVM_ALLOC_PARTITION, alloc_req_t);
/system/utest/fvm/
A Dfvm.cpp595 alloc_req_t request; in TestAllocateOne()
637 alloc_req_t request; in TestAllocateMany()
682 alloc_req_t request; in TestCloseDuringAccess()
752 alloc_req_t request; in TestReleaseDuringAccess()
809 alloc_req_t request; in TestDestroyDuringAccess()
880 alloc_req_t request; in TestVPartitionExtend()
973 alloc_req_t request; in TestVPartitionExtendSparse()
1043 alloc_req_t request; in TestVPartitionShrink()
1142 alloc_req_t request; in TestVPartitionSplit()
1275 alloc_req_t request; in TestVPartitionDestroy()
[all …]
/system/dev/block/fvm/
A Dfvm.cpp584 if (cmdlen < sizeof(alloc_req_t)) in DdkIoctl()
586 const alloc_req_t* request = static_cast<const alloc_req_t*>(cmd); in DdkIoctl()
/system/utest/zxcrypt/
A Dtest-device.cpp347 alloc_req_t req; in CreateFvmPart()
348 memset(&req, 0, sizeof(alloc_req_t)); in CreateFvmPart()
/system/ulib/fs-management/
A Dfvm.cpp212 int fvm_allocate_partition(int fvm_fd, const alloc_req_t* request) { in fvm_allocate_partition()
/system/utest/fs/
A Dfilesystems.cpp114 alloc_req_t request; in setup_fs_test()
/system/ulib/fs-test-utils/
A Dfixture.cpp162 alloc_req_t request; in MakeFvm()
/system/uapp/disk-pave/
A Dpave-lib.cpp663 alloc_req_t alloc; in AllocatePartitions()
/system/utest/blobfs/
A Dblobfs.cpp272 alloc_req_t request; in Init()

Completed in 25 milliseconds