Home
last modified time | relevance | path

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

/Linux-v5.10/fs/ceph/
Dstrings.c95 case CEPH_CAP_OP_IMPORT: return "import"; in ceph_cap_op_name()
Dcaps.c3418 if ((was_stale || le32_to_cpu(grant->op) == CEPH_CAP_OP_IMPORT) && in handle_cap_grant()
3482 le32_to_cpu(grant->op) == CEPH_CAP_OP_IMPORT) { in handle_cap_grant()
4001 if (op == CEPH_CAP_OP_IMPORT) { in ceph_handle_caps()
4084 if (op == CEPH_CAP_OP_IMPORT) { in ceph_handle_caps()
4110 case CEPH_CAP_OP_IMPORT: in ceph_handle_caps()
/Linux-v5.10/include/linux/ceph/
Dceph_fs.h684 CEPH_CAP_OP_IMPORT, /* mds has imported the cap */ enumerator