Lines Matching refs:IS_ENCRYPTED
200 return IS_ENCRYPTED(inode) && S_ISREG(inode->i_mode); in fscrypt_needs_contents_encryption()
517 if (IS_ENCRYPTED(dir)) in fscrypt_prepare_new_inode()
541 if (IS_ENCRYPTED(dir)) in fscrypt_setup_filename()
612 if (IS_ENCRYPTED(inode)) in fscrypt_file_open()
663 if (IS_ENCRYPTED(dir)) in fscrypt_prepare_symlink()
816 if (IS_ENCRYPTED(dir)) in fscrypt_prepare_link()
849 if (IS_ENCRYPTED(old_dir) || IS_ENCRYPTED(new_dir)) in fscrypt_prepare_rename()
882 if (IS_ENCRYPTED(dir)) in fscrypt_prepare_lookup()
907 if (IS_ENCRYPTED(dir)) in fscrypt_prepare_readdir()
933 if (IS_ENCRYPTED(d_inode(dentry))) in fscrypt_prepare_setattr()
958 if (IS_ENCRYPTED(inode)) in fscrypt_encrypt_symlink()