Searched refs:EXT4_CTX_REQUIRES_FREE_ENCRYPT_FL (Results 1 – 2 of 2) sorted by relevance
79 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()
75 #define EXT4_CTX_REQUIRES_FREE_ENCRYPT_FL 0x00000001 macro