OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BDI_CAP_READ_MAP
(Results
26 - 26
of
26
) sorted by null
1
2
/external/kernel-headers/original/linux/
backing-dev.h
48
#define
BDI_CAP_READ_MAP
0x00000010 /* Can be mapped for reading */
52
(
BDI_CAP_READ_MAP
| BDI_CAP_WRITE_MAP | BDI_CAP_EXEC_MAP)
55
(
BDI_CAP_READ_MAP
!= VM_MAYREAD || \
Completed in 17 milliseconds
1
2