Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ext4/
Dcrypto.c79 if (ctx->flags & EXT4_CTX_REQUIRES_FREE_ENCRYPT_FL) { in ext4_release_crypto_ctx()
148 ctx->flags |= EXT4_CTX_REQUIRES_FREE_ENCRYPT_FL; in ext4_get_crypto_ctx()
150 ctx->flags &= ~EXT4_CTX_REQUIRES_FREE_ENCRYPT_FL; in ext4_get_crypto_ctx()
Dext4_crypto.h75 #define EXT4_CTX_REQUIRES_FREE_ENCRYPT_FL 0x00000001 macro