Home
last modified time | relevance | path

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

/openbmc/linux/fs/ceph/
H A Dlocks.c61 ci->i_ceph_flags &= ~CEPH_I_ERROR_FILELOCK; in ceph_fl_release_lock()
269 if (ci->i_ceph_flags & CEPH_I_ERROR_FILELOCK) { in ceph_lock()
328 if (ci->i_ceph_flags & CEPH_I_ERROR_FILELOCK) { in ceph_flock()
H A Dsuper.h633 #define CEPH_I_ERROR_FILELOCK (1 << 10) /* have seen file lock errors */ macro
H A Dcaps.c2765 (ci->i_ceph_flags & CEPH_I_ERROR_FILELOCK)) { in try_get_cap_refs()
4930 ci->i_ceph_flags |= CEPH_I_ERROR_FILELOCK; in ceph_purge_inode_cap()
H A Dmds_client.c4358 ((ci->i_ceph_flags & CEPH_I_ERROR_FILELOCK) ? 0 : 1); in reconnect_caps_cb()