Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ext4/
Dcrypto.c78 if (ctx->flags & EXT4_CTX_REQUIRES_FREE_ENCRYPT_FL) { in ext4_release_crypto_ctx()
128 ctx->flags |= EXT4_CTX_REQUIRES_FREE_ENCRYPT_FL; in ext4_get_crypto_ctx()
130 ctx->flags &= ~EXT4_CTX_REQUIRES_FREE_ENCRYPT_FL; in ext4_get_crypto_ctx()
Dext4_crypto.h85 #define EXT4_CTX_REQUIRES_FREE_ENCRYPT_FL 0x00000001 macro