Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ceph/
Dsuper.h493 #define CEPH_I_CAP_DROPPED (1 << 8) /* caps were forcibly dropped */ macro
Dcaps.c2612 if (ci->i_ceph_flags & CEPH_I_CAP_DROPPED) { in try_get_cap_refs()
2630 ci->i_ceph_flags &= ~CEPH_I_CAP_DROPPED; in try_get_cap_refs()
3541 ci->i_ceph_flags |= CEPH_I_CAP_DROPPED; in handle_cap_export()
Dmds_client.c1244 ci->i_ceph_flags |= CEPH_I_CAP_DROPPED; in remove_session_caps_cb()