diff options
Diffstat (limited to 'include/linux/mm.h')
| -rw-r--r-- | include/linux/mm.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h index 644990b83cda..fc499e675475 100644 --- a/include/linux/mm.h +++ b/include/linux/mm.h | |||
| @@ -1261,6 +1261,13 @@ long get_user_pages(struct task_struct *tsk, struct mm_struct *mm, | |||
| 1261 | unsigned long start, unsigned long nr_pages, | 1261 | unsigned long start, unsigned long nr_pages, |
| 1262 | int write, int force, struct page **pages, | 1262 | int write, int force, struct page **pages, |
| 1263 | struct vm_area_struct **vmas); | 1263 | struct vm_area_struct **vmas); |
| 1264 | long get_user_pages_locked(struct task_struct *tsk, struct mm_struct *mm, | ||
| 1265 | unsigned long start, unsigned long nr_pages, | ||
| 1266 | int write, int force, struct page **pages, | ||
| 1267 | int *locked); | ||
| 1268 | long get_user_pages_unlocked(struct task_struct *tsk, struct mm_struct *mm, | ||
| 1269 | unsigned long start, unsigned long nr_pages, | ||
| 1270 | int write, int force, struct page **pages); | ||
| 1264 | int get_user_pages_fast(unsigned long start, int nr_pages, int write, | 1271 | int get_user_pages_fast(unsigned long start, int nr_pages, int write, |
| 1265 | struct page **pages); | 1272 | struct page **pages); |
| 1266 | struct kvec; | 1273 | struct kvec; |
