Home
last modified time | relevance | path

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

/Linux-v4.19/fs/btrfs/
Dfree-space-cache.c292 int check_crcs = 0; in io_ctl_init() local
297 check_crcs = 1; in io_ctl_init()
300 if (write && check_crcs && in io_ctl_init()
312 io_ctl->check_crcs = check_crcs; in io_ctl_init()
403 if (io_ctl->check_crcs) { in io_ctl_set_generation()
424 if (io_ctl->check_crcs) { in io_ctl_check_generation()
451 if (!io_ctl->check_crcs) { in io_ctl_set_crc()
474 if (!io_ctl->check_crcs) { in io_ctl_check_crc()
Dctree.h554 unsigned check_crcs:1; member