Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/ocfs2/
A Duptodate.c102 ci->ci_flags |= OCFS2_CACHE_FL_INLINE; in ocfs2_metadata_cache_reset()
163 tree = !(ci->ci_flags & OCFS2_CACHE_FL_INLINE); in ocfs2_metadata_cache_purge()
238 !!(ci->ci_flags & OCFS2_CACHE_FL_INLINE)); in ocfs2_buffer_cached()
240 if (ci->ci_flags & OCFS2_CACHE_FL_INLINE) in ocfs2_buffer_cached()
340 return (ci->ci_flags & OCFS2_CACHE_FL_INLINE) && in ocfs2_insert_can_use_array()
358 mlog_bug_on_msg(!(ci->ci_flags & OCFS2_CACHE_FL_INLINE), in ocfs2_expand_cache()
367 ci->ci_flags &= ~OCFS2_CACHE_FL_INLINE; in ocfs2_expand_cache()
493 if (ci->ci_flags & OCFS2_CACHE_FL_INLINE) { in ocfs2_set_buffer_uptodate()
567 if (ci->ci_flags & OCFS2_CACHE_FL_INLINE) { in ocfs2_remove_block_from_cache()
A Docfs2.h52 OCFS2_CACHE_FL_INLINE = 1<<1, enumerator
A Dinode.c1172 mlog_bug_on_msg(!(INODE_CACHE(inode)->ci_flags & OCFS2_CACHE_FL_INLINE), in ocfs2_clear_inode()

Completed in 25 milliseconds