Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ceph/
Dlocks.c46 ci->i_ceph_flags &= ~CEPH_I_ERROR_FILELOCK; in ceph_fl_release_lock()
237 if (ci->i_ceph_flags & CEPH_I_ERROR_FILELOCK) { in ceph_lock()
299 if (ci->i_ceph_flags & CEPH_I_ERROR_FILELOCK) { in ceph_flock()
Dsuper.h497 #define CEPH_I_ERROR_FILELOCK (1 << 12) /* have seen file lock errors */ macro
Dmds_client.c1284 ci->i_ceph_flags |= CEPH_I_ERROR_FILELOCK; in remove_session_caps_cb()
3037 ((ci->i_ceph_flags & CEPH_I_ERROR_FILELOCK) ? 0 : 1); in encode_caps_cb()