Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
ceph_fs.c File Reference
#include <linux/module.h>
#include <linux/ceph/types.h>

Go to the source code of this file.

Functions

int ceph_file_layout_is_valid (const struct ceph_file_layout *layout)
 
int ceph_flags_to_mode (int flags)
 
 EXPORT_SYMBOL (ceph_flags_to_mode)
 
int ceph_caps_for_mode (int mode)
 
 EXPORT_SYMBOL (ceph_caps_for_mode)
 

Function Documentation

int ceph_caps_for_mode ( int  mode)

Definition at line 61 of file ceph_fs.c.

int ceph_file_layout_is_valid ( const struct ceph_file_layout layout)

Definition at line 10 of file ceph_fs.c.

int ceph_flags_to_mode ( int  flags)

Definition at line 31 of file ceph_fs.c.

EXPORT_SYMBOL ( ceph_flags_to_mode  )
EXPORT_SYMBOL ( ceph_caps_for_mode  )