Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Dscrub.c4074 struct scrub_copy_nocow_ctx *nocow_ctx; in copy_nocow_pages() local
4077 nocow_ctx = kzalloc(sizeof(*nocow_ctx), GFP_NOFS); in copy_nocow_pages()
4078 if (!nocow_ctx) { in copy_nocow_pages()
4087 nocow_ctx->sctx = sctx; in copy_nocow_pages()
4088 nocow_ctx->logical = logical; in copy_nocow_pages()
4089 nocow_ctx->len = len; in copy_nocow_pages()
4090 nocow_ctx->mirror_num = mirror_num; in copy_nocow_pages()
4091 nocow_ctx->physical_for_dev_replace = physical_for_dev_replace; in copy_nocow_pages()
4092 btrfs_init_work(&nocow_ctx->work, btrfs_scrubnc_helper, in copy_nocow_pages()
4094 INIT_LIST_HEAD(&nocow_ctx->inodes); in copy_nocow_pages()
[all …]