Lines Matching refs:IS_ENCRYPTED
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()
1028 if (IS_ENCRYPTED(d_inode(dentry))) in fscrypt_prepare_setattr()
1053 if (IS_ENCRYPTED(inode)) in fscrypt_encrypt_symlink()