super.h (7c1332b8cb5b27656cf6ab1f5fe808a8eb8bb2c0) super.h (2600d2dd5085ab6fb09540226138a60055abf335)
1#ifndef _FS_CEPH_SUPER_H
2#define _FS_CEPH_SUPER_H
3
4#include "ceph_debug.h"
5
6#include <asm/unaligned.h>
7#include <linux/backing-dev.h>
8#include <linux/completion.h>

--- 693 unchanged lines hidden (view full) ---

702 u64 ino);
703extern void ceph_get_snap_realm(struct ceph_mds_client *mdsc,
704 struct ceph_snap_realm *realm);
705extern void ceph_put_snap_realm(struct ceph_mds_client *mdsc,
706 struct ceph_snap_realm *realm);
707extern int ceph_update_snap_trace(struct ceph_mds_client *m,
708 void *p, void *e, bool deletion);
709extern void ceph_handle_snap(struct ceph_mds_client *mdsc,
1#ifndef _FS_CEPH_SUPER_H
2#define _FS_CEPH_SUPER_H
3
4#include "ceph_debug.h"
5
6#include <asm/unaligned.h>
7#include <linux/backing-dev.h>
8#include <linux/completion.h>

--- 693 unchanged lines hidden (view full) ---

702 u64 ino);
703extern void ceph_get_snap_realm(struct ceph_mds_client *mdsc,
704 struct ceph_snap_realm *realm);
705extern void ceph_put_snap_realm(struct ceph_mds_client *mdsc,
706 struct ceph_snap_realm *realm);
707extern int ceph_update_snap_trace(struct ceph_mds_client *m,
708 void *p, void *e, bool deletion);
709extern void ceph_handle_snap(struct ceph_mds_client *mdsc,
710 struct ceph_mds_session *session,
710 struct ceph_msg *msg);
711extern void ceph_queue_cap_snap(struct ceph_inode_info *ci,
712 struct ceph_snap_context *snapc);
713extern int __ceph_finish_cap_snap(struct ceph_inode_info *ci,
714 struct ceph_cap_snap *capsnap);
715extern void ceph_cleanup_empty_realms(struct ceph_mds_client *mdsc);
716
717/*

--- 178 unchanged lines hidden ---
711 struct ceph_msg *msg);
712extern void ceph_queue_cap_snap(struct ceph_inode_info *ci,
713 struct ceph_snap_context *snapc);
714extern int __ceph_finish_cap_snap(struct ceph_inode_info *ci,
715 struct ceph_cap_snap *capsnap);
716extern void ceph_cleanup_empty_realms(struct ceph_mds_client *mdsc);
717
718/*

--- 178 unchanged lines hidden ---