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.c1811 WARN_ON_ONCE(ci->i_prealloc_cap_flush); in __ceph_mark_dirty_caps()
1812 swap(ci->i_prealloc_cap_flush, *pcf); in __ceph_mark_dirty_caps()
1831 WARN_ON_ONCE(!ci->i_prealloc_cap_flush); in __ceph_mark_dirty_caps()
1924 BUG_ON(!ci->i_prealloc_cap_flush); in __mark_caps_flushing()
1935 swap(cf, ci->i_prealloc_cap_flush); in __mark_caps_flushing()
5113 if (!ci->i_dirty_caps && ci->i_prealloc_cap_flush) { in ceph_purge_inode_cap()
5114 cf = ci->i_prealloc_cap_flush; in ceph_purge_inode_cap()
5115 ci->i_prealloc_cap_flush = NULL; in ceph_purge_inode_cap()
H A Dsuper.h448 struct ceph_cap_flush *i_prealloc_cap_flush; member
H A Dinode.c666 ci->i_prealloc_cap_flush = NULL; in ceph_alloc_inode()