Searched refs:i_prealloc_cap_flush (Results 1 – 4 of 4) sorted by relevance
1717 WARN_ON_ONCE(ci->i_prealloc_cap_flush); in __ceph_mark_dirty_caps()1718 swap(ci->i_prealloc_cap_flush, *pcf); in __ceph_mark_dirty_caps()1736 WARN_ON_ONCE(!ci->i_prealloc_cap_flush); in __ceph_mark_dirty_caps()1820 BUG_ON(!ci->i_prealloc_cap_flush); in __mark_caps_flushing()1831 swap(cf, ci->i_prealloc_cap_flush); in __mark_caps_flushing()
377 struct ceph_cap_flush *i_prealloc_cap_flush; member
1656 if (!ci->i_dirty_caps && ci->i_prealloc_cap_flush) { in remove_session_caps_cb()1657 list_add(&ci->i_prealloc_cap_flush->i_list, &to_remove); in remove_session_caps_cb()1658 ci->i_prealloc_cap_flush = NULL; in remove_session_caps_cb()
478 ci->i_prealloc_cap_flush = NULL; in ceph_alloc_inode()