Home
last modified time | relevance | path

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

/linux-4.4.14/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.h348 struct ceph_snap_realm *i_snap_realm; /* snap realm (if caps) */
662 struct ceph_snap_realm { struct
676 struct ceph_snap_realm *parent; argument
724 struct ceph_snap_realm *ceph_lookup_snap_realm(struct ceph_mds_client *mdsc,
727 struct ceph_snap_realm *realm);
729 struct ceph_snap_realm *realm);
732 struct ceph_snap_realm **realm_ret);
Dcaps.c577 struct ceph_snap_realm *realm = ceph_lookup_snap_realm(mdsc, in ceph_add_cap()
903 struct ceph_snap_realm *realm = ci->i_snap_realm; in drop_inode_snap_realm()
3401 struct ceph_snap_realm *realm; in ceph_handle_caps()
Dmds_client.c2389 struct ceph_snap_realm *realm; in handle_reply()
2990 struct ceph_snap_realm *realm = in send_mds_reconnect()
2991 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()