Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ocfs2/
Duptodate.c104 ci->ci_flags |= OCFS2_CACHE_FL_INLINE; in ocfs2_metadata_cache_reset()
165 tree = !(ci->ci_flags & OCFS2_CACHE_FL_INLINE); in ocfs2_metadata_cache_purge()
240 !!(ci->ci_flags & OCFS2_CACHE_FL_INLINE)); in ocfs2_buffer_cached()
242 if (ci->ci_flags & OCFS2_CACHE_FL_INLINE) in ocfs2_buffer_cached()
342 return (ci->ci_flags & OCFS2_CACHE_FL_INLINE) && in ocfs2_insert_can_use_array()
360 mlog_bug_on_msg(!(ci->ci_flags & OCFS2_CACHE_FL_INLINE), in ocfs2_expand_cache()
369 ci->ci_flags &= ~OCFS2_CACHE_FL_INLINE; in ocfs2_expand_cache()
495 if (ci->ci_flags & OCFS2_CACHE_FL_INLINE) { in ocfs2_set_buffer_uptodate()
569 if (ci->ci_flags & OCFS2_CACHE_FL_INLINE) { in ocfs2_remove_block_from_cache()
Docfs2.h54 OCFS2_CACHE_FL_INLINE = 1<<1, enumerator
Dinode.c1174 mlog_bug_on_msg(!(INODE_CACHE(inode)->ci_flags & OCFS2_CACHE_FL_INLINE), in ocfs2_clear_inode()