Searched refs:CEPH_I_FLUSH (Results 1 – 2 of 2) sorted by relevance
515 if (ci->i_ceph_flags & CEPH_I_FLUSH) in __cap_delay_requeue()536 ci->i_ceph_flags |= CEPH_I_FLUSH; in __cap_delay_requeue_front()1362 ci->i_ceph_flags &= ~CEPH_I_FLUSH; in __prep_cap()1928 if (ci->i_ceph_flags & CEPH_I_FLUSH) in ceph_check_caps()4327 if ((ci->i_ceph_flags & CEPH_I_FLUSH) == 0 && in ceph_check_delayed_caps()
583 #define CEPH_I_FLUSH (1 << 2) /* do not delay flush of dirty metadata */ macro