Searched refs:F2FS_CTX_REQUIRES_FREE_ENCRYPT_FL (Results 1 – 2 of 2) sorted by relevance
90 if (ctx->flags & F2FS_CTX_REQUIRES_FREE_ENCRYPT_FL) { in f2fs_release_crypto_ctx()137 ctx->flags |= F2FS_CTX_REQUIRES_FREE_ENCRYPT_FL; in f2fs_get_crypto_ctx()139 ctx->flags &= ~F2FS_CTX_REQUIRES_FREE_ENCRYPT_FL; in f2fs_get_crypto_ctx()
86 #define F2FS_CTX_REQUIRES_FREE_ENCRYPT_FL 0x00000001 macro