Home
last modified time | relevance | path

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

/linux/fs/ceph/
A Dlocks.c50 ci->i_ceph_flags &= ~CEPH_I_ERROR_FILELOCK; in ceph_fl_release_lock()
256 if (ci->i_ceph_flags & CEPH_I_ERROR_FILELOCK) { in ceph_lock()
315 if (ci->i_ceph_flags & CEPH_I_ERROR_FILELOCK) { in ceph_flock()
A Dsuper.h580 #define CEPH_I_ERROR_FILELOCK (1 << 10) /* have seen file lock errors */ macro
A Dcaps.c2659 (ci->i_ceph_flags & CEPH_I_ERROR_FILELOCK)) { in try_get_cap_refs()
4661 ci->i_ceph_flags |= CEPH_I_ERROR_FILELOCK; in ceph_purge_inode_cap()
A Dmds_client.c3731 ((ci->i_ceph_flags & CEPH_I_ERROR_FILELOCK) ? 0 : 1); in reconnect_caps_cb()

Completed in 27 milliseconds