OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SB_JOURNAL_BUCKETS
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/kernel/uapi/linux/
bcache.h
61
#define
SB_JOURNAL_BUCKETS
256U
96
__u64 d[
SB_JOURNAL_BUCKETS
];
/external/kernel-headers/original/uapi/linux/
bcache.h
153
#define
SB_JOURNAL_BUCKETS
256U
154
/*
SB_JOURNAL_BUCKETS
must be divisible by BITS_PER_LONG */
207
__u64 d[
SB_JOURNAL_BUCKETS
]; /* journal buckets */
Completed in 79 milliseconds