Searched refs:__ceph_remove_cap (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | caps.c | 1139 void __ceph_remove_cap(struct ceph_cap *cap, bool queue_release) in __ceph_remove_cap() function 1152 dout("__ceph_remove_cap %p from %p\n", cap, &ci->vfs_inode); in __ceph_remove_cap() 1167 dout("__ceph_remove_cap delaying %p removal from session %p\n", in __ceph_remove_cap() 1340 __ceph_remove_cap(cap, true); in __ceph_remove_caps() 3172 /* see comment in __ceph_remove_cap() */ in __ceph_put_cap_refs() 3917 __ceph_remove_cap(cap, false); in handle_cap_export() 3952 __ceph_remove_cap(cap, false); in handle_cap_export() 3969 __ceph_remove_cap(cap, false); in handle_cap_export() 4080 __ceph_remove_cap(ocap, (ph->flags & CEPH_CAP_FLAG_RELEASE)); in handle_cap_import()
|
H A D | super.h | 1108 extern void __ceph_remove_cap(struct ceph_cap *cap, bool queue_release);
|
H A D | mds_client.c | 1543 * special care taken to handle a racing __ceph_remove_cap(). 1651 __ceph_remove_cap(cap, false); in remove_session_caps_cb() 2027 __ceph_remove_cap(cap, true); in trim_caps_cb() 4012 * notify __ceph_remove_cap() that we are composing cap reconnect. in send_mds_reconnect() 4014 * __ceph_remove_cap() should skip queuing cap release. in send_mds_reconnect()
|
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | super.h | 1225 extern void __ceph_remove_cap(struct ceph_cap *cap, bool queue_release);
|
H A D | caps.c | 1107 void __ceph_remove_cap(struct ceph_cap *cap, bool queue_release) in __ceph_remove_cap() function 1122 dout("__ceph_remove_cap %p from %p\n", cap, &ci->netfs.inode); in __ceph_remove_cap() 1135 dout("__ceph_remove_cap delaying %p removal from session %p\n", in __ceph_remove_cap() 1200 __ceph_remove_cap(cap, queue_release); in ceph_remove_cap() 3196 /* see comment in __ceph_remove_cap() */ in __ceph_put_cap_refs() 4869 __ceph_remove_cap(cap, false); in ceph_purge_inode_cap()
|
Completed in 27 milliseconds