Searched refs:IS_ENCRYPTED (Results 1 – 2 of 2) sorted by relevance
224 return IS_ENCRYPTED(inode) && S_ISREG(inode->i_mode); in fscrypt_needs_contents_encryption()576 if (IS_ENCRYPTED(dir)) in fscrypt_prepare_new_inode()600 if (IS_ENCRYPTED(dir)) in fscrypt_setup_filename()672 if (IS_ENCRYPTED(inode)) in fscrypt_file_open()729 if (IS_ENCRYPTED(dir)) in fscrypt_prepare_symlink()835 return IS_ENCRYPTED(inode) && S_ISREG(inode->i_mode); in fscrypt_inode_should_skip_dm_default_key()911 if (IS_ENCRYPTED(dir)) in fscrypt_prepare_link()944 if (IS_ENCRYPTED(old_dir) || IS_ENCRYPTED(new_dir)) in fscrypt_prepare_rename()977 if (IS_ENCRYPTED(dir)) in fscrypt_prepare_lookup()1002 if (IS_ENCRYPTED(dir)) in fscrypt_prepare_readdir()[all …]
2331 #define IS_ENCRYPTED(inode) ((inode)->i_flags & S_ENCRYPTED) macro