Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ceph/
Dsuper.h493 #define CEPH_I_CAP_DROPPED (1 << 8) /* caps were forcibly dropped */ macro
Dcaps.c2652 if (ci->i_ceph_flags & CEPH_I_CAP_DROPPED) { in try_get_cap_refs()
2670 ci->i_ceph_flags &= ~CEPH_I_CAP_DROPPED; in try_get_cap_refs()
3590 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()