Searched refs:ceph_cap (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/ceph/ |
| A D | caps.c | 135 struct ceph_cap *cap; in ceph_caps_finalize() 168 struct ceph_cap *cap; in __ceph_unreserve_caps() 204 struct ceph_cap *cap; in ceph_reserve_caps() 435 struct ceph_cap *cap; in __get_cap_for_mds() 452 struct ceph_cap *cap; in ceph_get_cap_for_mds() 638 struct ceph_cap *cap; in ceph_add_cap() 790 struct ceph_cap *cap; in __ceph_caps_issued() 823 struct ceph_cap *cap; in __ceph_caps_issued_other() 864 struct ceph_cap *cap; in __ceph_caps_issued_mask() 939 struct ceph_cap *cap; in __ceph_caps_revoking_other() [all …]
|
| A D | super.h | 153 struct ceph_cap { struct 356 struct ceph_cap *i_auth_cap; /* authoritative cap, if any */ 705 struct ceph_cap *cap); 736 struct ceph_cap *ocap, int mask); 1143 extern struct ceph_cap *ceph_get_cap(struct ceph_mds_client *mdsc, 1149 struct ceph_cap **new_cap); 1150 extern void __ceph_remove_cap(struct ceph_cap *cap, bool queue_release); 1151 extern void ceph_remove_cap(struct ceph_cap *cap, bool queue_release); 1154 struct ceph_cap *cap); 1166 extern struct ceph_cap *ceph_get_cap_for_mds(struct ceph_inode_info *ci, [all …]
|
| A D | mds_client.h | 68 struct ceph_cap; 196 struct ceph_cap *s_cap_iterator; 531 struct ceph_cap *cap); 538 struct ceph_cap *, void *),
|
| A D | mds_client.c | 1020 struct ceph_cap *cap; in __choose_mds() 1483 struct ceph_cap *cap; in dispose_cap_releases() 1529 int (*cb)(struct inode *, struct ceph_cap *, in ceph_iterate_session_caps() argument 1533 struct ceph_cap *cap; in ceph_iterate_session_caps() 1535 struct ceph_cap *old_cap = NULL; in ceph_iterate_session_caps() 1631 struct ceph_cap *cap, *prev = NULL; in remove_session_caps() 1642 struct ceph_cap, session_caps); in remove_session_caps() 1996 struct ceph_cap *cap; in ceph_send_cap_releases() 2026 cap = list_first_entry(&tmp_list, struct ceph_cap, in ceph_send_cap_releases() 2116 struct ceph_cap *cap) in __ceph_queue_cap_release() [all …]
|
| A D | debugfs.c | 252 static int caps_show_cb(struct inode *inode, struct ceph_cap *cap, void *p) in caps_show_cb()
|
| A D | inode.c | 762 struct ceph_cap *new_cap = NULL; in ceph_fill_inode() 2417 struct ceph_cap *cap = rb_entry(p, struct ceph_cap, ci_node); in ceph_inode_shutdown()
|
| A D | super.c | 761 ceph_cap_cachep = KMEM_CACHE(ceph_cap, SLAB_MEM_SPREAD); in init_caches()
|
Completed in 32 milliseconds