#include <asm/bug.h>
#include <asm/page.h>
Go to the source code of this file.
|
#define | PAGE_CACHE_SHIFT PAGE_SHIFT |
|
#define | PAGE_CACHE_SIZE PAGE_SIZE |
|
#define | PageLocked(pg) 1 |
|
#define | Page_Uptodate(pg) 0 |
|
#define | UnlockPage(pg) |
|
#define | PAGE_BUG(pg) BUG() |
|
#define | ClearPageUptodate(pg) |
|
#define | SetPageError(pg) |
|
#define | ClearPageError(pg) |
|
#define | SetPageUptodate(pg) |
|