Home
last modified time | relevance | path

Searched refs:ceph_cap (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/fs/ceph/
H A Dcaps.c137 struct ceph_cap *cap; in ceph_caps_finalize()
170 struct ceph_cap *cap; in __ceph_unreserve_caps()
206 struct ceph_cap *cap; in ceph_reserve_caps()
437 struct ceph_cap *cap; in __get_cap_for_mds()
454 struct ceph_cap *cap; in ceph_get_cap_for_mds()
640 struct ceph_cap *cap; in ceph_add_cap()
793 struct ceph_cap *cap; in __ceph_caps_issued()
826 struct ceph_cap *cap; in __ceph_caps_issued_other()
867 struct ceph_cap *cap; in __ceph_caps_issued_mask()
942 struct ceph_cap *cap; in __ceph_caps_revoking_other()
[all …]
H A Dsuper.h175 struct ceph_cap { struct
384 struct ceph_cap *i_auth_cap; /* authoritative cap, if any */
759 struct ceph_cap *cap);
790 struct ceph_cap *ocap, int mask);
1218 extern struct ceph_cap *ceph_get_cap(struct ceph_mds_client *mdsc,
1224 struct ceph_cap **new_cap);
1225 extern void __ceph_remove_cap(struct ceph_cap *cap, bool queue_release);
1226 extern void ceph_remove_cap(struct ceph_mds_client *mdsc, struct ceph_cap *cap,
1230 struct ceph_cap *cap);
1242 extern struct ceph_cap *__get_cap_for_mds(struct ceph_inode_info *ci,
[all …]
H A Dmds_client.h69 struct ceph_cap;
211 struct ceph_cap *s_cap_iterator;
568 struct ceph_cap *cap);
H A Dmds_client.c1276 struct ceph_cap *cap; in __choose_mds()
1745 struct ceph_cap *cap; in dispose_cap_releases()
1795 struct ceph_cap *cap; in ceph_iterate_session_caps()
1862 struct ceph_cap *cap; in remove_session_caps_cb()
1958 struct ceph_cap *cap; in wake_up_session_cb()
2133 struct ceph_cap *cap; in trim_caps_cb()
2274 struct ceph_cap *cap; in ceph_send_cap_releases()
2394 struct ceph_cap *cap) in __ceph_queue_cap_release()
3132 struct ceph_cap *cap = in __prepare_send_request()
3375 struct ceph_cap *cap; in __do_request()
[all …]
H A Ddebugfs.c255 struct ceph_cap *cap; in caps_show_cb()
H A Dinode.c928 struct ceph_cap *new_cap = NULL; in ceph_fill_inode()
3060 struct ceph_cap *cap = rb_entry(p, struct ceph_cap, ci_node); in ceph_inode_shutdown()
H A Dsuper.c933 ceph_cap_cachep = KMEM_CACHE(ceph_cap, SLAB_MEM_SPREAD); in init_caches()