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

/linux-master/fs/ocfs2/
H A Duptodate.c102 ci->ci_flags |= OCFS2_CACHE_FL_INLINE;
163 tree = !(ci->ci_flags & OCFS2_CACHE_FL_INLINE);
238 !!(ci->ci_flags & OCFS2_CACHE_FL_INLINE));
240 if (ci->ci_flags & OCFS2_CACHE_FL_INLINE)
340 return (ci->ci_flags & OCFS2_CACHE_FL_INLINE) &&
358 mlog_bug_on_msg(!(ci->ci_flags & OCFS2_CACHE_FL_INLINE),
367 ci->ci_flags &= ~OCFS2_CACHE_FL_INLINE;
493 if (ci->ci_flags & OCFS2_CACHE_FL_INLINE) {
567 if (ci->ci_flags & OCFS2_CACHE_FL_INLINE) {
H A Docfs2.h52 OCFS2_CACHE_FL_INLINE = 1<<1, enumerator in enum:ocfs2_caching_info_flags
H A Dinode.c1172 mlog_bug_on_msg(!(INODE_CACHE(inode)->ci_flags & OCFS2_CACHE_FL_INLINE),

Completed in 170 milliseconds