Searched refs:CEPH_CAP_OP_IMPORT (Results 1 – 3 of 3) sorted by relevance
95 case CEPH_CAP_OP_IMPORT: return "import"; in ceph_cap_op_name()
3205 if (le32_to_cpu(grant->op) == CEPH_CAP_OP_IMPORT) in handle_cap_grant()3256 if (le32_to_cpu(grant->op) == CEPH_CAP_OP_IMPORT) { in handle_cap_grant()3773 if (op == CEPH_CAP_OP_IMPORT) { in ceph_handle_caps()3854 if (op == CEPH_CAP_OP_IMPORT) { in ceph_handle_caps()3882 case CEPH_CAP_OP_IMPORT: in ceph_handle_caps()
663 CEPH_CAP_OP_IMPORT, /* mds has imported the cap */ enumerator