Home
last modified time | relevance | path

Searched refs:find_extent (Results 1 – 25 of 37) sorted by relevance

12

/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/block/
H A Dvmdk.c1290 static VmdkExtent *find_extent(BDRVVmdkState *s, in find_extent() function
1330 extent = find_extent(s, offset >> BDRV_SECTOR_BITS, NULL); in vmdk_co_block_status()
1524 extent = find_extent(s, offset >> BDRV_SECTOR_BITS, extent); in vmdk_co_preadv()
1610 extent = find_extent(s, offset >> BDRV_SECTOR_BITS, extent); in vmdk_pwritev()
2276 extent = find_extent(s, sector_num, extent); in vmdk_co_check()
/dports/emulators/qemu42/qemu-4.2.1/block/
H A Dvmdk.c1644 static VmdkExtent *find_extent(BDRVVmdkState *s, in find_extent() function
1684 extent = find_extent(s, offset >> BDRV_SECTOR_BITS, NULL); in vmdk_co_block_status()
1886 extent = find_extent(s, offset >> BDRV_SECTOR_BITS, extent); in vmdk_co_preadv()
1972 extent = find_extent(s, offset >> BDRV_SECTOR_BITS, extent); in vmdk_pwritev()
2872 extent = find_extent(s, sector_num, extent); in vmdk_co_check()
/dports/emulators/qemu/qemu-6.2.0/block/
H A Dvmdk.c1665 static VmdkExtent *find_extent(BDRVVmdkState *s, in find_extent() function
1705 extent = find_extent(s, offset >> BDRV_SECTOR_BITS, NULL); in vmdk_co_block_status()
1907 extent = find_extent(s, offset >> BDRV_SECTOR_BITS, extent); in vmdk_co_preadv()
1993 extent = find_extent(s, offset >> BDRV_SECTOR_BITS, extent); in vmdk_pwritev()
2895 extent = find_extent(s, sector_num, extent); in vmdk_co_check()
/dports/emulators/qemu60/qemu-6.0.0/block/
H A Dvmdk.c1664 static VmdkExtent *find_extent(BDRVVmdkState *s, in find_extent() function
1704 extent = find_extent(s, offset >> BDRV_SECTOR_BITS, NULL); in vmdk_co_block_status()
1906 extent = find_extent(s, offset >> BDRV_SECTOR_BITS, extent); in vmdk_co_preadv()
1992 extent = find_extent(s, offset >> BDRV_SECTOR_BITS, extent); in vmdk_pwritev()
2884 extent = find_extent(s, sector_num, extent); in vmdk_co_check()
/dports/emulators/qemu5/qemu-5.2.0/block/
H A Dvmdk.c1664 static VmdkExtent *find_extent(BDRVVmdkState *s, in find_extent() function
1704 extent = find_extent(s, offset >> BDRV_SECTOR_BITS, NULL); in vmdk_co_block_status()
1906 extent = find_extent(s, offset >> BDRV_SECTOR_BITS, extent); in vmdk_co_preadv()
1992 extent = find_extent(s, offset >> BDRV_SECTOR_BITS, extent); in vmdk_pwritev()
2884 extent = find_extent(s, sector_num, extent); in vmdk_co_check()
/dports/emulators/qemu-utils/qemu-4.2.1/block/
H A Dvmdk.c1644 static VmdkExtent *find_extent(BDRVVmdkState *s, in find_extent() function
1684 extent = find_extent(s, offset >> BDRV_SECTOR_BITS, NULL); in vmdk_co_block_status()
1886 extent = find_extent(s, offset >> BDRV_SECTOR_BITS, extent); in vmdk_co_preadv()
1972 extent = find_extent(s, offset >> BDRV_SECTOR_BITS, extent); in vmdk_pwritev()
2872 extent = find_extent(s, sector_num, extent); in vmdk_co_check()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/block/
H A Dvmdk.c1644 static VmdkExtent *find_extent(BDRVVmdkState *s, in find_extent() function
1684 extent = find_extent(s, offset >> BDRV_SECTOR_BITS, NULL); in vmdk_co_block_status()
1886 extent = find_extent(s, offset >> BDRV_SECTOR_BITS, extent); in vmdk_co_preadv()
1972 extent = find_extent(s, offset >> BDRV_SECTOR_BITS, extent); in vmdk_pwritev()
2872 extent = find_extent(s, sector_num, extent); in vmdk_co_check()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/block/
H A Dvmdk.c1644 static VmdkExtent *find_extent(BDRVVmdkState *s, in find_extent() function
1684 extent = find_extent(s, offset >> BDRV_SECTOR_BITS, NULL); in vmdk_co_block_status()
1886 extent = find_extent(s, offset >> BDRV_SECTOR_BITS, extent); in vmdk_co_preadv()
1972 extent = find_extent(s, offset >> BDRV_SECTOR_BITS, extent); in vmdk_pwritev()
2874 extent = find_extent(s, sector_num, extent); in vmdk_co_check()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/block/
H A Dvmdk.c1664 static VmdkExtent *find_extent(BDRVVmdkState *s, in find_extent() function
1704 extent = find_extent(s, offset >> BDRV_SECTOR_BITS, NULL); in vmdk_co_block_status()
1906 extent = find_extent(s, offset >> BDRV_SECTOR_BITS, extent); in vmdk_co_preadv()
1992 extent = find_extent(s, offset >> BDRV_SECTOR_BITS, extent); in vmdk_pwritev()
2884 extent = find_extent(s, sector_num, extent); in vmdk_co_check()
/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/src/kernel/blocks/dbtup/
H A DDbtupDiskAlloc.cpp181 Dbtup::Disk_alloc_info::find_extent(Uint32 sz) const in find_extent() function in Dbtup::Disk_alloc_info
459 if ((pos= alloc.find_extent(sz)) != RNIL) in disk_page_prealloc()
H A DDbtup.hpp662 Uint32 find_extent(Uint32 sz) const;
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/src/kernel/blocks/dbtup/
H A DDbtupDiskAlloc.cpp203 Dbtup::Disk_alloc_info::find_extent(Uint32 sz) const in find_extent() function in Dbtup::Disk_alloc_info
537 if ((pos= alloc.find_extent(sz)) != RNIL) in disk_page_prealloc()
H A DDbtup.hpp700 Uint32 find_extent(Uint32 sz) const;
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/src/kernel/blocks/dbtup/
H A DDbtupDiskAlloc.cpp203 Dbtup::Disk_alloc_info::find_extent(Uint32 sz) const in find_extent() function in Dbtup::Disk_alloc_info
537 if ((pos= alloc.find_extent(sz)) != RNIL) in disk_page_prealloc()
H A DDbtup.hpp700 Uint32 find_extent(Uint32 sz) const;
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/src/kernel/blocks/dbtup/
H A DDbtupDiskAlloc.cpp203 Dbtup::Disk_alloc_info::find_extent(Uint32 sz) const in find_extent() function in Dbtup::Disk_alloc_info
537 if ((pos= alloc.find_extent(sz)) != RNIL) in disk_page_prealloc()
H A DDbtup.hpp700 Uint32 find_extent(Uint32 sz) const;
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/src/kernel/blocks/dbtup/
H A DDbtupDiskAlloc.cpp203 Dbtup::Disk_alloc_info::find_extent(Uint32 sz) const in find_extent() function in Dbtup::Disk_alloc_info
537 if ((pos= alloc.find_extent(sz)) != RNIL) in disk_page_prealloc()
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/src/kernel/blocks/dbtup/
H A DDbtupDiskAlloc.cpp203 Dbtup::Disk_alloc_info::find_extent(Uint32 sz) const in find_extent() function in Dbtup::Disk_alloc_info
537 if ((pos= alloc.find_extent(sz)) != RNIL) in disk_page_prealloc()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/src/kernel/blocks/dbtup/
H A DDbtupDiskAlloc.cpp223 Dbtup::Disk_alloc_info::find_extent(Uint32 sz) const in find_extent() function in Dbtup::Disk_alloc_info
558 if ((pos= alloc.find_extent(sz)) != RNIL) in disk_page_prealloc()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/src/kernel/blocks/dbtup/
H A DDbtupDiskAlloc.cpp223 Dbtup::Disk_alloc_info::find_extent(Uint32 sz) const in find_extent() function in Dbtup::Disk_alloc_info
558 if ((pos= alloc.find_extent(sz)) != RNIL) in disk_page_prealloc()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/src/kernel/blocks/dbtup/
H A DDbtupDiskAlloc.cpp223 Dbtup::Disk_alloc_info::find_extent(Uint32 sz) const in find_extent() function in Dbtup::Disk_alloc_info
558 if ((pos= alloc.find_extent(sz)) != RNIL) in disk_page_prealloc()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/src/kernel/blocks/dbtup/
H A DDbtupDiskAlloc.cpp223 Dbtup::Disk_alloc_info::find_extent(Uint32 sz) const in find_extent() function in Dbtup::Disk_alloc_info
558 if ((pos= alloc.find_extent(sz)) != RNIL) in disk_page_prealloc()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/src/kernel/blocks/dbtup/
H A DDbtupDiskAlloc.cpp223 Dbtup::Disk_alloc_info::find_extent(Uint32 sz) const in find_extent() function in Dbtup::Disk_alloc_info
558 if ((pos= alloc.find_extent(sz)) != RNIL) in disk_page_prealloc()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/src/kernel/blocks/dbtup/
H A DDbtupDiskAlloc.cpp242 Dbtup::Disk_alloc_info::find_extent(Uint32 sz) const in find_extent() function in Dbtup::Disk_alloc_info
660 if ((pos= alloc.find_extent(sz)) != RNIL) in disk_page_prealloc()

12