Home
last modified time | relevance | path

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

/linux/fs/ceph/
H A Dstrings.c27 case CEPH_MDS_STATE_CLIENTREPLAY: return "up:clientreplay"; in ceph_mds_state_name()
/linux/include/linux/ceph/
H A Dceph_fs.h261 #define CEPH_MDS_STATE_CLIENTREPLAY 12 /* up, replaying client operations */ macro