OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:KEY_FIELD
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/kernel/uapi/linux/
bcache.h
31
#define
KEY_FIELD
(name,field,offset,size) BITMASK(name, struct bkey, field, offset, size)
/external/kernel-headers/original/uapi/linux/
bcache.h
29
#define
KEY_FIELD
(name, field, offset, size) \
45
KEY_FIELD
(KEY_PTRS, high, 60, 3)
46
KEY_FIELD
(HEADER_SIZE, high, 58, 2)
47
KEY_FIELD
(KEY_CSUM, high, 56, 2)
48
KEY_FIELD
(KEY_PINNED, high, 55, 1)
49
KEY_FIELD
(KEY_DIRTY, high, 36, 1)
51
KEY_FIELD
(KEY_SIZE, high, 20, KEY_SIZE_BITS)
52
KEY_FIELD
(KEY_INODE, high, 0, 20)
Completed in 2058 milliseconds