MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / getIOBlockSize

Method getIOBlockSize

src/jrd/Database.cpp:66–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 }
65
66 ULONG Database::getIOBlockSize() const
67 {
68 if ((dbb_flags & DBB_no_fs_cache) || onRawDevice())
69 return DIRECT_IO_BLOCK_SIZE;
70
71 return PAGE_ALIGNMENT;
72 }
73
74 AttNumber Database::generateAttachmentId()
75 {

Callers 8

PhysHdrMethod · 0.80
check_single_maintenanceFunction · 0.80
BackupManagerMethod · 0.80
SDW_add_fileFunction · 0.80
SDW_startFunction · 0.80
PAG_header_initFunction · 0.80
PAG_init2Function · 0.80
PAG_page_countFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected