super.h (47237687d73cbeae1dd7a133c3fc3d7239094568) | super.h (d95852777bc8ba6b3ad3397d495c5f9dd8ca8383) |
---|---|
1#ifndef _FS_CEPH_SUPER_H 2#define _FS_CEPH_SUPER_H 3 4#include <linux/ceph/ceph_debug.h> 5 6#include <asm/unaligned.h> 7#include <linux/backing-dev.h> 8#include <linux/completion.h> --- 792 unchanged lines hidden (view full) --- 801extern int ceph_copy_to_page_vector(struct page **pages, 802 const char *data, 803 loff_t off, size_t len); 804extern int ceph_copy_from_page_vector(struct page **pages, 805 char *data, 806 loff_t off, size_t len); 807extern struct page **ceph_alloc_page_vector(int num_pages, gfp_t flags); 808extern int ceph_open(struct inode *inode, struct file *file); | 1#ifndef _FS_CEPH_SUPER_H 2#define _FS_CEPH_SUPER_H 3 4#include <linux/ceph/ceph_debug.h> 5 6#include <asm/unaligned.h> 7#include <linux/backing-dev.h> 8#include <linux/completion.h> --- 792 unchanged lines hidden (view full) --- 801extern int ceph_copy_to_page_vector(struct page **pages, 802 const char *data, 803 loff_t off, size_t len); 804extern int ceph_copy_from_page_vector(struct page **pages, 805 char *data, 806 loff_t off, size_t len); 807extern struct page **ceph_alloc_page_vector(int num_pages, gfp_t flags); 808extern int ceph_open(struct inode *inode, struct file *file); |
809extern struct file *ceph_lookup_open(struct inode *dir, struct dentry *dentry, 810 struct opendata *od, unsigned flags, 811 umode_t mode, int *opened); | 809extern int ceph_lookup_open(struct inode *dir, struct dentry *dentry, 810 struct opendata *od, unsigned flags, 811 umode_t mode, int *opened); |
812extern int ceph_release(struct inode *inode, struct file *filp); 813 814/* dir.c */ 815extern const struct file_operations ceph_dir_fops; 816extern const struct inode_operations ceph_dir_iops; 817extern const struct dentry_operations ceph_dentry_ops, ceph_snap_dentry_ops, 818 ceph_snapdir_dentry_ops; 819 --- 39 unchanged lines hidden --- | 812extern int ceph_release(struct inode *inode, struct file *filp); 813 814/* dir.c */ 815extern const struct file_operations ceph_dir_fops; 816extern const struct inode_operations ceph_dir_iops; 817extern const struct dentry_operations ceph_dentry_ops, ceph_snap_dentry_ops, 818 ceph_snapdir_dentry_ops; 819 --- 39 unchanged lines hidden --- |