Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/ceph/
H A Dceph_fs.h506 #define CEPH_CAP_FLAG_RELEASE (1 << 1) /* release the cap */ macro
/OK3568_Linux_fs/kernel/fs/ceph/
H A Dcaps.c4064 __ceph_remove_cap(ocap, (ph->flags & CEPH_CAP_FLAG_RELEASE)); in handle_cap_import()