Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Dscrub.c3896 struct scrub_copy_nocow_ctx *nocow_ctx; in copy_nocow_pages() local
3899 nocow_ctx = kzalloc(sizeof(*nocow_ctx), GFP_NOFS); in copy_nocow_pages()
3900 if (!nocow_ctx) { in copy_nocow_pages()
3909 nocow_ctx->sctx = sctx; in copy_nocow_pages()
3910 nocow_ctx->logical = logical; in copy_nocow_pages()
3911 nocow_ctx->len = len; in copy_nocow_pages()
3912 nocow_ctx->mirror_num = mirror_num; in copy_nocow_pages()
3913 nocow_ctx->physical_for_dev_replace = physical_for_dev_replace; in copy_nocow_pages()
3914 btrfs_init_work(&nocow_ctx->work, btrfs_scrubnc_helper, in copy_nocow_pages()
3916 INIT_LIST_HEAD(&nocow_ctx->inodes); in copy_nocow_pages()
[all …]