ci_flags          414 fs/nilfs2/cpfile.c 	ci->ci_flags = le32_to_cpu(cp->cp_flags);
ci_flags         1174 fs/ocfs2/inode.c 	mlog_bug_on_msg(!(INODE_CACHE(inode)->ci_flags & OCFS2_CACHE_FL_INLINE),
ci_flags           73 fs/ocfs2/ocfs2.h 	unsigned int		ci_flags;
ci_flags          104 fs/ocfs2/uptodate.c 	ci->ci_flags |= OCFS2_CACHE_FL_INLINE;
ci_flags          165 fs/ocfs2/uptodate.c 	tree = !(ci->ci_flags & OCFS2_CACHE_FL_INLINE);
ci_flags          240 fs/ocfs2/uptodate.c 		!!(ci->ci_flags & OCFS2_CACHE_FL_INLINE));
ci_flags          242 fs/ocfs2/uptodate.c 	if (ci->ci_flags & OCFS2_CACHE_FL_INLINE)
ci_flags          342 fs/ocfs2/uptodate.c 	return (ci->ci_flags & OCFS2_CACHE_FL_INLINE) &&
ci_flags          360 fs/ocfs2/uptodate.c 	mlog_bug_on_msg(!(ci->ci_flags & OCFS2_CACHE_FL_INLINE),
ci_flags          369 fs/ocfs2/uptodate.c 	ci->ci_flags &= ~OCFS2_CACHE_FL_INLINE;
ci_flags          381 fs/ocfs2/uptodate.c 		ci->ci_flags, ci->ci_num_cached);
ci_flags          495 fs/ocfs2/uptodate.c 	if (ci->ci_flags & OCFS2_CACHE_FL_INLINE) {
ci_flags          567 fs/ocfs2/uptodate.c 		ci->ci_flags);
ci_flags          569 fs/ocfs2/uptodate.c 	if (ci->ci_flags & OCFS2_CACHE_FL_INLINE) {
ci_flags           31 include/uapi/linux/nilfs2_api.h 	__u32 ci_flags;
ci_flags           53 include/uapi/linux/nilfs2_api.h 	return !!(cpinfo->ci_flags & (1UL << NILFS_CPINFO_##flag));	\