Home
last modified time | relevance | path

Searched refs:IS_ENCRYPTED (Results 1 – 2 of 2) sorted by relevance

/include/linux/
Dfscrypt.h432 if (IS_ENCRYPTED(dir)) in fscrypt_setup_filename()
491 if (IS_ENCRYPTED(inode)) in fscrypt_file_open()
578 return IS_ENCRYPTED(inode) && S_ISREG(inode->i_mode); in fscrypt_inode_uses_fs_layer_crypto()
608 return IS_ENCRYPTED(inode) && S_ISREG(inode->i_mode); in fscrypt_inode_should_skip_dm_default_key()
633 if (IS_ENCRYPTED(inode)) { in fscrypt_require_key()
666 if (IS_ENCRYPTED(dir)) in fscrypt_prepare_link()
698 if (IS_ENCRYPTED(old_dir) || IS_ENCRYPTED(new_dir)) in fscrypt_prepare_rename()
727 if (IS_ENCRYPTED(dir)) in fscrypt_prepare_lookup()
791 if (IS_ENCRYPTED(dir) || fscrypt_dummy_context_enabled(dir)) in fscrypt_prepare_symlink()
821 if (IS_ENCRYPTED(inode)) in fscrypt_encrypt_symlink()
Dfs.h2057 #define IS_ENCRYPTED(inode) ((inode)->i_flags & S_ENCRYPTED) macro