Home
last modified time | relevance | path

Searched refs:i_prealloc_cap_flush (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/fs/ceph/
Dcaps.c1707 WARN_ON_ONCE(ci->i_prealloc_cap_flush); in __ceph_mark_dirty_caps()
1708 swap(ci->i_prealloc_cap_flush, *pcf); in __ceph_mark_dirty_caps()
1726 WARN_ON_ONCE(!ci->i_prealloc_cap_flush); in __ceph_mark_dirty_caps()
1817 BUG_ON(!ci->i_prealloc_cap_flush); in __mark_caps_flushing()
1828 swap(cf, ci->i_prealloc_cap_flush); in __mark_caps_flushing()
4710 if (!ci->i_dirty_caps && ci->i_prealloc_cap_flush) { in ceph_purge_inode_cap()
4711 cf = ci->i_prealloc_cap_flush; in ceph_purge_inode_cap()
4712 ci->i_prealloc_cap_flush = NULL; in ceph_purge_inode_cap()
Dsuper.h392 struct ceph_cap_flush *i_prealloc_cap_flush; member
Dinode.c503 ci->i_prealloc_cap_flush = NULL; in ceph_alloc_inode()