Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Dfree-space-cache.c311 int check_crcs = 0; in io_ctl_init() local
316 check_crcs = 1; in io_ctl_init()
319 if (write && check_crcs && in io_ctl_init()
331 io_ctl->check_crcs = check_crcs; in io_ctl_init()
421 if (io_ctl->check_crcs) { in io_ctl_set_generation()
442 if (io_ctl->check_crcs) { in io_ctl_check_generation()
469 if (!io_ctl->check_crcs) { in io_ctl_set_crc()
492 if (!io_ctl->check_crcs) { in io_ctl_check_crc()
Dctree.h1310 unsigned check_crcs:1; member