Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/btrfs/
H A Dfree-space-cache.h79 unsigned check_crcs:1; member
H A Dfree-space-cache.c307 int check_crcs = 0; in io_ctl_init() local
312 check_crcs = 1; in io_ctl_init()
315 if (write && check_crcs && in io_ctl_init()
327 io_ctl->check_crcs = check_crcs; in io_ctl_init()
422 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()
491 if (!io_ctl->check_crcs) { in io_ctl_check_crc()

Completed in 5 milliseconds