Home
last modified time | relevance | path

Searched defs:PART_SIZE (Results 1 – 5 of 5) sorted by relevance

/openbmc/hiomapd/vpnor/test/
H A Dread_patch.cpp20 static constexpr auto PART_SIZE = BLOCK_SIZE * 4; variable
H A Dwrite_patch_resize.cpp25 static constexpr auto PART_SIZE = BLOCK_SIZE; variable
/openbmc/phosphor-mboxd/vpnor/test/
H A Dread_patch.cpp19 static constexpr auto PART_SIZE = BLOCK_SIZE * 4; variable
H A Dwrite_patch_resize.cpp21 static constexpr auto PART_SIZE = BLOCK_SIZE; variable
/openbmc/linux/fs/orangefs/
H A Ddir.c23 #define PART_SIZE (1<<24) macro