Home
last modified time | relevance | path

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

/linux-4.4.14/fs/f2fs/
Dcrypto.c85 if (ctx->flags & F2FS_WRITE_PATH_FL && ctx->w.bounce_page) { in f2fs_release_crypto_ctx()
141 ctx->flags &= ~F2FS_WRITE_PATH_FL; in f2fs_get_crypto_ctx()
384 ctx->flags |= F2FS_WRITE_PATH_FL; in alloc_bounce_page()
Df2fs_crypto.h87 #define F2FS_WRITE_PATH_FL 0x00000002 macro