Home
last modified time | relevance | path

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

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