Searched refs:alloc_req_t (Results 1 – 10 of 10) sorted by relevance
26 int fvm_allocate_partition(int fvm_fd, const alloc_req_t* request);
152 } alloc_req_t; typedef155 IOCTL_WRAPPER_IN(ioctl_block_fvm_alloc_partition, IOCTL_BLOCK_FVM_ALLOC_PARTITION, alloc_req_t);
595 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 …]
584 if (cmdlen < sizeof(alloc_req_t)) in DdkIoctl()586 const alloc_req_t* request = static_cast<const alloc_req_t*>(cmd); in DdkIoctl()
347 alloc_req_t req; in CreateFvmPart()348 memset(&req, 0, sizeof(alloc_req_t)); in CreateFvmPart()
212 int fvm_allocate_partition(int fvm_fd, const alloc_req_t* request) { in fvm_allocate_partition()
114 alloc_req_t request; in setup_fs_test()
162 alloc_req_t request; in MakeFvm()
663 alloc_req_t alloc; in AllocatePartitions()
272 alloc_req_t request; in Init()
Completed in 25 milliseconds