Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Dfree-space-cache.c313 int check_crcs = 0; in io_ctl_init() local
318 check_crcs = 1; in io_ctl_init()
321 if (write && check_crcs && in io_ctl_init()
333 io_ctl->check_crcs = check_crcs; in io_ctl_init()
423 if (io_ctl->check_crcs) { in io_ctl_set_generation()
444 if (io_ctl->check_crcs) { in io_ctl_check_generation()
471 if (!io_ctl->check_crcs) { in io_ctl_set_crc()
494 if (!io_ctl->check_crcs) { in io_ctl_check_crc()
Dctree.h1276 unsigned check_crcs:1; member