Linux Kernel
3.7.1
|
#include <linux/ceph/ceph_debug.h>
#include <linux/backing-dev.h>
#include <linux/fs.h>
#include <linux/mm.h>
#include <linux/pagemap.h>
#include <linux/writeback.h>
#include <linux/slab.h>
#include <linux/pagevec.h>
#include <linux/task_io_accounting_ops.h>
#include "super.h"
#include "mds_client.h"
#include <linux/ceph/osd_client.h>
Go to the source code of this file.
Macros | |
#define | CONGESTION_ON_THRESH(congestion_kb) (congestion_kb >> (PAGE_SHIFT-10)) |
#define | CONGESTION_OFF_THRESH(congestion_kb) |
Functions | |
int | ceph_mmap (struct file *file, struct vm_area_struct *vma) |
Variables | |
struct address_space_operations | ceph_aops |
#define CONGESTION_OFF_THRESH | ( | congestion_kb | ) |
#define CONGESTION_ON_THRESH | ( | congestion_kb | ) | (congestion_kb >> (PAGE_SHIFT-10)) |
int ceph_mmap | ( | struct file * | file, |
struct vm_area_struct * | vma | ||
) |
struct address_space_operations ceph_aops |