Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ext4/
Dcrypto.c72 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()
Dext4_crypto.h76 #define EXT4_BOUNCE_PAGE_REQUIRES_FREE_ENCRYPT_FL 0x00000002 macro