Searched refs:btrfs_clear_and_info (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/fs/btrfs/ |
D | super.c | 466 btrfs_clear_and_info(root, NODATACOW, in btrfs_parse_options() 533 btrfs_clear_and_info(root, NOBARRIER, in btrfs_parse_options() 601 btrfs_clear_and_info(root, NOTREELOG, in btrfs_parse_options() 609 btrfs_clear_and_info(root, FLUSHONCOMMIT, in btrfs_parse_options() 630 btrfs_clear_and_info(root, DISCARD, in btrfs_parse_options() 641 btrfs_clear_and_info(root, SPACE_CACHE, in btrfs_parse_options() 670 btrfs_clear_and_info(root, AUTO_DEFRAG, in btrfs_parse_options()
|
D | ctree.h | 2172 #define btrfs_clear_and_info(root, opt, fmt, args...) \ macro
|