Home
last modified time | relevance | path

Searched refs:CEPH_CAP_OP_REVOKE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/ceph/
H A Dstrings.c94 case CEPH_CAP_OP_REVOKE: return "revoke"; in ceph_cap_op_name()
H A Dcaps.c3661 if (le32_to_cpu(grant->op) == CEPH_CAP_OP_REVOKE) { in handle_cap_grant()
4366 case CEPH_CAP_OP_REVOKE: in ceph_handle_caps()
4422 case CEPH_CAP_OP_REVOKE: in ceph_handle_caps()
4434 case CEPH_CAP_OP_REVOKE: in ceph_handle_caps()
/openbmc/linux/include/linux/ceph/
H A Dceph_fs.h749 CEPH_CAP_OP_REVOKE, /* mds->client revoke */ enumerator