Home
last modified time | relevance | path

Searched refs:ceph_snap_realm (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/fs/ceph/
Dsnap.c63 struct ceph_snap_realm *realm) in ceph_get_snap_realm()
81 struct ceph_snap_realm *new) in __insert_snap_realm()
85 struct ceph_snap_realm *r = NULL; in __insert_snap_realm()
89 r = rb_entry(parent, struct ceph_snap_realm, node); in __insert_snap_realm()
107 static struct ceph_snap_realm *ceph_create_snap_realm( in ceph_create_snap_realm()
111 struct ceph_snap_realm *realm; in ceph_create_snap_realm()
135 static struct ceph_snap_realm *__lookup_snap_realm(struct ceph_mds_client *mdsc, in __lookup_snap_realm()
139 struct ceph_snap_realm *r; in __lookup_snap_realm()
142 r = rb_entry(n, struct ceph_snap_realm, node); in __lookup_snap_realm()
155 struct ceph_snap_realm *ceph_lookup_snap_realm(struct ceph_mds_client *mdsc, in ceph_lookup_snap_realm()
[all …]
Dsuper.h325 struct ceph_snap_realm *i_snap_realm; /* snap realm (if caps) */
629 struct ceph_snap_realm { struct
643 struct ceph_snap_realm *parent; argument
690 struct ceph_snap_realm *ceph_lookup_snap_realm(struct ceph_mds_client *mdsc,
693 struct ceph_snap_realm *realm);
695 struct ceph_snap_realm *realm);
698 struct ceph_snap_realm **realm_ret);
Dcaps.c577 struct ceph_snap_realm *realm = ceph_lookup_snap_realm(mdsc, in ceph_add_cap()
901 struct ceph_snap_realm *realm = ci->i_snap_realm; in drop_inode_snap_realm()
3094 struct ceph_snap_realm *realm; in ceph_handle_caps()
Dmds_client.c2342 struct ceph_snap_realm *realm; in handle_reply()
2931 struct ceph_snap_realm *realm = in send_mds_reconnect()
2932 rb_entry(p, struct ceph_snap_realm, node); in send_mds_reconnect()
Dinode.c499 struct ceph_snap_realm *realm = ci->i_snap_realm; in ceph_destroy_inode()