Home
last modified time | relevance | path

Searched refs:CEPH_CAP_FLAG_RELEASE (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/include/linux/ceph/
Dceph_fs.h573 #define CEPH_CAP_FLAG_RELEASE (1 << 1) /* release the cap */ macro
/linux-6.6.21/fs/ceph/
Dcaps.c4168 ceph_remove_cap(ocap, (ph->flags & CEPH_CAP_FLAG_RELEASE)); in handle_cap_import()