Home
last modified time | relevance | path

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

/linux-4.19.296/fs/btrfs/
Dsuper.c504 btrfs_clear_and_info(info, NODATACOW, in btrfs_parse_options()
605 btrfs_clear_and_info(info, SSD, in btrfs_parse_options()
609 btrfs_clear_and_info(info, SSD_SPREAD, in btrfs_parse_options()
613 btrfs_clear_and_info(info, NOBARRIER, in btrfs_parse_options()
669 btrfs_clear_and_info(info, NOTREELOG, in btrfs_parse_options()
682 btrfs_clear_and_info(info, FLUSHONCOMMIT, in btrfs_parse_options()
698 btrfs_clear_and_info(info, DISCARD, in btrfs_parse_options()
724 btrfs_clear_and_info(info, SPACE_CACHE, in btrfs_parse_options()
728 btrfs_clear_and_info(info, FREE_SPACE_TREE, in btrfs_parse_options()
758 btrfs_clear_and_info(info, AUTO_DEFRAG, in btrfs_parse_options()
Dctree.h1381 #define btrfs_clear_and_info(fs_info, opt, fmt, args...) \ macro