Searched refs:i_prealloc_cap_flush (Results 1 – 4 of 4) sorted by relevance
1516 WARN_ON_ONCE(ci->i_prealloc_cap_flush); in __ceph_mark_dirty_caps()1517 swap(ci->i_prealloc_cap_flush, *pcf); in __ceph_mark_dirty_caps()1535 WARN_ON_ONCE(!ci->i_prealloc_cap_flush); in __ceph_mark_dirty_caps()1615 BUG_ON(!ci->i_prealloc_cap_flush); in __mark_caps_flushing()1626 swap(cf, ci->i_prealloc_cap_flush); in __mark_caps_flushing()
327 struct ceph_cap_flush *i_prealloc_cap_flush; member
1218 if (!ci->i_dirty_caps && ci->i_prealloc_cap_flush) { in remove_session_caps_cb()1219 list_add(&ci->i_prealloc_cap_flush->i_list, &to_remove); in remove_session_caps_cb()1220 ci->i_prealloc_cap_flush = NULL; in remove_session_caps_cb()
466 ci->i_prealloc_cap_flush = NULL; in ceph_alloc_inode()