Linux Kernel
3.7.1
|
#include <linux/ceph/ceph_debug.h>
#include <linux/module.h>
#include <linux/sched.h>
#include <linux/slab.h>
#include <linux/file.h>
#include <linux/mount.h>
#include <linux/namei.h>
#include <linux/writeback.h>
#include "super.h"
#include "mds_client.h"
Go to the source code of this file.
Functions | |
int | ceph_open (struct inode *inode, struct file *file) |
int | ceph_atomic_open (struct inode *dir, struct dentry *dentry, struct file *file, unsigned flags, umode_t mode, int *opened) |
int | ceph_release (struct inode *inode, struct file *file) |
Variables | |
struct file_operations | ceph_file_fops |
struct file_operations ceph_file_fops |