Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Dsuper.c466 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()
Dctree.h2172 #define btrfs_clear_and_info(root, opt, fmt, args...) \ macro