Home
last modified time | relevance | path

Searched refs:CEPH_I_ERROR_FILELOCK (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/ceph/
Dlocks.c46 ci->i_ceph_flags &= ~CEPH_I_ERROR_FILELOCK; in ceph_fl_release_lock()
252 if (ci->i_ceph_flags & CEPH_I_ERROR_FILELOCK) { in ceph_lock()
311 if (ci->i_ceph_flags & CEPH_I_ERROR_FILELOCK) { in ceph_flock()
Dsuper.h580 #define CEPH_I_ERROR_FILELOCK (1 << 10) /* have seen file lock errors */ macro
Dmds_client.c1708 ci->i_ceph_flags |= CEPH_I_ERROR_FILELOCK; in remove_session_caps_cb()
3776 ((ci->i_ceph_flags & CEPH_I_ERROR_FILELOCK) ? 0 : 1); in reconnect_caps_cb()
Dcaps.c2737 (ci->i_ceph_flags & CEPH_I_ERROR_FILELOCK)) { in try_get_cap_refs()