Searched refs:btrfs_set_and_info (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/fs/btrfs/ |
D | super.c | 579 btrfs_set_and_info(info, NOLOGREPLAY, in parse_rescue_options() 583 btrfs_set_and_info(info, IGNOREBADROOTS, in parse_rescue_options() 587 btrfs_set_and_info(info, IGNOREDATACSUMS, in parse_rescue_options() 592 btrfs_set_and_info(info, IGNOREDATACSUMS, in parse_rescue_options() 594 btrfs_set_and_info(info, IGNOREBADROOTS, in parse_rescue_options() 596 btrfs_set_and_info(info, NOLOGREPLAY, in parse_rescue_options() 673 btrfs_set_and_info(info, NODATASUM, in btrfs_parse_options() 799 btrfs_set_and_info(info, SSD, in btrfs_parse_options() 804 btrfs_set_and_info(info, SSD, in btrfs_parse_options() 806 btrfs_set_and_info(info, SSD_SPREAD, in btrfs_parse_options() [all …]
|
D | disk-io.c | 3576 btrfs_set_and_info(fs_info, FREE_SPACE_TREE, in open_ctree() 3751 btrfs_set_and_info(fs_info, SSD, "enabling ssd optimizations"); in open_ctree()
|
D | ctree.h | 1639 #define btrfs_set_and_info(fs_info, opt, fmt, args...) \ macro
|