Searched refs:btrfs_clear_and_info (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/fs/btrfs/ |
D | super.c | 452 btrfs_clear_and_info(root, NODATACOW, in btrfs_parse_options() 519 btrfs_clear_and_info(root, NOBARRIER, in btrfs_parse_options() 587 btrfs_clear_and_info(root, NOTREELOG, in btrfs_parse_options() 595 btrfs_clear_and_info(root, FLUSHONCOMMIT, in btrfs_parse_options() 616 btrfs_clear_and_info(root, DISCARD, in btrfs_parse_options() 627 btrfs_clear_and_info(root, SPACE_CACHE, in btrfs_parse_options() 656 btrfs_clear_and_info(root, AUTO_DEFRAG, in btrfs_parse_options()
|
D | ctree.h | 2204 #define btrfs_clear_and_info(root, opt, fmt, args...) \ macro
|