Searched refs:EXT4_BOUNCE_PAGE_REQUIRES_FREE_ENCRYPT_FL (Results 1 – 2 of 2) sorted by relevance
72 if (ctx->flags & EXT4_BOUNCE_PAGE_REQUIRES_FREE_ENCRYPT_FL) in ext4_release_crypto_ctx()210 EXT4_BOUNCE_PAGE_REQUIRES_FREE_ENCRYPT_FL) { in ext4_exit_crypto()426 ctx->flags &= ~EXT4_BOUNCE_PAGE_REQUIRES_FREE_ENCRYPT_FL; in ext4_encrypt()428 ctx->flags |= EXT4_BOUNCE_PAGE_REQUIRES_FREE_ENCRYPT_FL; in ext4_encrypt()506 ctx->flags &= ~EXT4_BOUNCE_PAGE_REQUIRES_FREE_ENCRYPT_FL; in ext4_encrypted_zeroout()508 ctx->flags |= EXT4_BOUNCE_PAGE_REQUIRES_FREE_ENCRYPT_FL; in ext4_encrypted_zeroout()
76 #define EXT4_BOUNCE_PAGE_REQUIRES_FREE_ENCRYPT_FL 0x00000002 macro