Home
last modified time | relevance | path

Searched refs:ci_flags (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/fs/ocfs2/
Duptodate.c118 ci->ci_flags |= OCFS2_CACHE_FL_INLINE; in ocfs2_metadata_cache_reset()
179 tree = !(ci->ci_flags & OCFS2_CACHE_FL_INLINE); in ocfs2_metadata_cache_purge()
254 !!(ci->ci_flags & OCFS2_CACHE_FL_INLINE)); in ocfs2_buffer_cached()
256 if (ci->ci_flags & OCFS2_CACHE_FL_INLINE) in ocfs2_buffer_cached()
356 return (ci->ci_flags & OCFS2_CACHE_FL_INLINE) && in ocfs2_insert_can_use_array()
374 mlog_bug_on_msg(!(ci->ci_flags & OCFS2_CACHE_FL_INLINE), in ocfs2_expand_cache()
383 ci->ci_flags &= ~OCFS2_CACHE_FL_INLINE; in ocfs2_expand_cache()
395 ci->ci_flags, ci->ci_num_cached); in ocfs2_expand_cache()
509 if (ci->ci_flags & OCFS2_CACHE_FL_INLINE) { in ocfs2_set_buffer_uptodate()
581 ci->ci_flags); in ocfs2_remove_block_from_cache()
[all …]
Docfs2.h87 unsigned int ci_flags; member
Dinode.c1188 mlog_bug_on_msg(!(INODE_CACHE(inode)->ci_flags & OCFS2_CACHE_FL_INLINE), in ocfs2_clear_inode()
/Linux-v4.19/fs/crypto/
Dpolicy.c207 (parent_ci->ci_flags == child_ci->ci_flags); in fscrypt_has_permitted_context()
256 ctx.flags = ci->ci_flags; in fscrypt_inherit_context()
Dfscrypt_private.h61 u8 ci_flags; member
Dfname.c187 int padding = 4 << (inode->i_crypt_info->ci_flags & in fscrypt_fname_encrypted_size()
Dkeyinfo.c329 crypt_info->ci_flags = ctx.flags; in fscrypt_get_encryption_info()
/Linux-v4.19/include/uapi/linux/
Dnilfs2_api.h31 __u32 ci_flags; member
53 return !!(cpinfo->ci_flags & (1UL << NILFS_CPINFO_##flag)); \
/Linux-v4.19/fs/nilfs2/
Dcpfile.c414 ci->ci_flags = le32_to_cpu(cp->cp_flags); in nilfs_cpfile_checkpoint_to_cpinfo()