Searched refs:i_prealloc_cap_flush (Results 1 – 4 of 4) sorted by relevance
1724 WARN_ON_ONCE(ci->i_prealloc_cap_flush); in __ceph_mark_dirty_caps()1725 swap(ci->i_prealloc_cap_flush, *pcf); in __ceph_mark_dirty_caps()1743 WARN_ON_ONCE(!ci->i_prealloc_cap_flush); in __ceph_mark_dirty_caps()1834 BUG_ON(!ci->i_prealloc_cap_flush); in __mark_caps_flushing()1845 swap(cf, ci->i_prealloc_cap_flush); in __mark_caps_flushing()
378 struct ceph_cap_flush *i_prealloc_cap_flush; member
1682 if (!ci->i_dirty_caps && ci->i_prealloc_cap_flush) { in remove_session_caps_cb()1683 list_add(&ci->i_prealloc_cap_flush->i_list, &to_remove); in remove_session_caps_cb()1684 ci->i_prealloc_cap_flush = NULL; in remove_session_caps_cb()
482 ci->i_prealloc_cap_flush = NULL; in ceph_alloc_inode()