Home
last modified time | relevance | path

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

/Linux-v5.4/fs/btrfs/
Dfree-space-cache.h50 unsigned check_crcs:1; member
Dfree-space-cache.c304 int check_crcs = 0; in io_ctl_init() local
309 check_crcs = 1; in io_ctl_init()
312 if (write && check_crcs && in io_ctl_init()
324 io_ctl->check_crcs = check_crcs; in io_ctl_init()
415 if (io_ctl->check_crcs) { in io_ctl_set_generation()
436 if (io_ctl->check_crcs) { in io_ctl_check_generation()
463 if (!io_ctl->check_crcs) { in io_ctl_set_crc()
485 if (!io_ctl->check_crcs) { in io_ctl_check_crc()