Home
last modified time | relevance | path

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

/linux/fs/ceph/
H A Dcaps.c1822 WARN_ON_ONCE(ci->i_prealloc_cap_flush); in __ceph_mark_dirty_caps()
1823 swap(ci->i_prealloc_cap_flush, *pcf); in __ceph_mark_dirty_caps()
1842 WARN_ON_ONCE(!ci->i_prealloc_cap_flush); in __ceph_mark_dirty_caps()
1934 BUG_ON(!ci->i_prealloc_cap_flush); in __mark_caps_flushing()
1945 swap(cf, ci->i_prealloc_cap_flush); in __mark_caps_flushing()
5062 if (!ci->i_dirty_caps && ci->i_prealloc_cap_flush) { in ceph_purge_inode_cap()
5063 cf = ci->i_prealloc_cap_flush; in ceph_purge_inode_cap()
5064 ci->i_prealloc_cap_flush = NULL; in ceph_purge_inode_cap()
H A Dsuper.h409 struct ceph_cap_flush *i_prealloc_cap_flush; member
H A Dinode.c621 ci->i_prealloc_cap_flush = NULL; in ceph_alloc_inode()