Home
last modified time | relevance | path

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

/Linux-v4.19/fs/btrfs/
Dsuper.c503 btrfs_clear_and_info(info, NODATACOW, in btrfs_parse_options()
600 btrfs_clear_and_info(info, SSD, in btrfs_parse_options()
604 btrfs_clear_and_info(info, SSD_SPREAD, in btrfs_parse_options()
608 btrfs_clear_and_info(info, NOBARRIER, in btrfs_parse_options()
664 btrfs_clear_and_info(info, NOTREELOG, in btrfs_parse_options()
677 btrfs_clear_and_info(info, FLUSHONCOMMIT, in btrfs_parse_options()
693 btrfs_clear_and_info(info, DISCARD, in btrfs_parse_options()
719 btrfs_clear_and_info(info, SPACE_CACHE, in btrfs_parse_options()
723 btrfs_clear_and_info(info, FREE_SPACE_TREE, in btrfs_parse_options()
753 btrfs_clear_and_info(info, AUTO_DEFRAG, in btrfs_parse_options()
Dctree.h1382 #define btrfs_clear_and_info(fs_info, opt, fmt, args...) \ macro