Searched refs:i_prealloc_cap_flush (Results 1 – 4 of 4) sorted by relevance
1712 WARN_ON_ONCE(ci->i_prealloc_cap_flush); in __ceph_mark_dirty_caps()1713 swap(ci->i_prealloc_cap_flush, *pcf); in __ceph_mark_dirty_caps()1731 WARN_ON_ONCE(!ci->i_prealloc_cap_flush); in __ceph_mark_dirty_caps()1822 BUG_ON(!ci->i_prealloc_cap_flush); in __mark_caps_flushing()1833 swap(cf, ci->i_prealloc_cap_flush); in __mark_caps_flushing()
379 struct ceph_cap_flush *i_prealloc_cap_flush; member
1695 if (!ci->i_dirty_caps && ci->i_prealloc_cap_flush) { in remove_session_caps_cb()1696 list_add(&ci->i_prealloc_cap_flush->i_list, &to_remove); in remove_session_caps_cb()1697 ci->i_prealloc_cap_flush = NULL; in remove_session_caps_cb()
500 ci->i_prealloc_cap_flush = NULL; in ceph_alloc_inode()