Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ceph/
Dstrings.c92 case CEPH_CAP_OP_IMPORT: return "import"; in ceph_cap_op_name()
Dcaps.c2907 if (le32_to_cpu(grant->op) == CEPH_CAP_OP_IMPORT) in handle_cap_grant()
2959 if (le32_to_cpu(grant->op) == CEPH_CAP_OP_IMPORT) { in handle_cap_grant()
3446 if (op == CEPH_CAP_OP_IMPORT) { in ceph_handle_caps()
3480 if (op == CEPH_CAP_OP_IMPORT) { in ceph_handle_caps()
3506 case CEPH_CAP_OP_IMPORT: in ceph_handle_caps()
/linux-4.4.14/include/linux/ceph/
Dceph_fs.h619 CEPH_CAP_OP_IMPORT, /* mds has imported the cap */ enumerator