Home
last modified time | relevance | path

Searched refs:BLOCK_SIZE_BITS (Results 1 – 4 of 4) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dfs.h40 #define BLOCK_SIZE_BITS 10 macro
41 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
Dromfs_fs.h11 #define ROMBSBITS BLOCK_SIZE_BITS
/external/crosvm/io_uring/src/
Dbindings.rs142 pub const BLOCK_SIZE_BITS: ::std::os::raw::c_uint = 10; constant
/external/minijail/linux-x86/
Dlibconstants.gen.c1150 #ifdef BLOCK_SIZE_BITS
1151 { "BLOCK_SIZE_BITS", (unsigned long) BLOCK_SIZE_BITS },