Searched refs:CEPH_I_NODELAY (Results 1 – 2 of 2) sorted by relevance
1310 if ((ci->i_ceph_flags & CEPH_I_NODELAY) == 0 && in __send_cap()1321 ci->i_ceph_flags &= ~(CEPH_I_NODELAY | CEPH_I_FLUSH); in __send_cap()2007 if ((ci->i_ceph_flags & CEPH_I_NODELAY) == 0 && in ceph_check_caps()2353 ci->i_ceph_flags |= CEPH_I_NODELAY; in __kick_flushing_caps()4121 ci->i_ceph_flags |= CEPH_I_NODELAY; in ceph_drop_caps_for_unlink()4177 if ((ci->i_ceph_flags & CEPH_I_NODELAY) == 0) in ceph_encode_inode_release()
486 #define CEPH_I_NODELAY (1 << 1) /* do not delay cap release */ macro