|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/gfp.h>#include <linux/pagemap.h>#include <linux/highmem.h>#include <linux/ceph/pagelist.h>Go to the source code of this file.
Definition at line 50 of file pagelist.c.
| int ceph_pagelist_free_reserve | ( | struct ceph_pagelist * | pl | ) |
Definition at line 97 of file pagelist.c.
| int ceph_pagelist_release | ( | struct ceph_pagelist * | pl | ) |
Definition at line 16 of file pagelist.c.
| int ceph_pagelist_reserve | ( | struct ceph_pagelist * | pl, |
| size_t | space | ||
| ) |
Definition at line 78 of file pagelist.c.
| void ceph_pagelist_set_cursor | ( | struct ceph_pagelist * | pl, |
| struct ceph_pagelist_cursor * | c | ||
| ) |
Definition at line 112 of file pagelist.c.
| int ceph_pagelist_truncate | ( | struct ceph_pagelist * | pl, |
| struct ceph_pagelist_cursor * | c | ||
| ) |
Definition at line 126 of file pagelist.c.
| EXPORT_SYMBOL | ( | ceph_pagelist_release | ) |
| EXPORT_SYMBOL | ( | ceph_pagelist_append | ) |
| EXPORT_SYMBOL | ( | ceph_pagelist_reserve | ) |
| EXPORT_SYMBOL | ( | ceph_pagelist_free_reserve | ) |
| EXPORT_SYMBOL | ( | ceph_pagelist_set_cursor | ) |
| EXPORT_SYMBOL | ( | ceph_pagelist_truncate | ) |
1.8.2