Searched refs:i_prealloc_cap_flush (Results 1 – 4 of 4) sorted by relevance
1705 WARN_ON_ONCE(ci->i_prealloc_cap_flush); in __ceph_mark_dirty_caps()1706 swap(ci->i_prealloc_cap_flush, *pcf); in __ceph_mark_dirty_caps()1724 WARN_ON_ONCE(!ci->i_prealloc_cap_flush); in __ceph_mark_dirty_caps()1815 BUG_ON(!ci->i_prealloc_cap_flush); in __mark_caps_flushing()1826 swap(cf, ci->i_prealloc_cap_flush); in __mark_caps_flushing()
379 struct ceph_cap_flush *i_prealloc_cap_flush; member
1692 if (!ci->i_dirty_caps && ci->i_prealloc_cap_flush) { in remove_session_caps_cb()1693 list_add(&ci->i_prealloc_cap_flush->i_list, &to_remove); in remove_session_caps_cb()1694 ci->i_prealloc_cap_flush = NULL; in remove_session_caps_cb()
494 ci->i_prealloc_cap_flush = NULL; in ceph_alloc_inode()