Searched refs:btrfs_clear_and_info (Results 1 – 2 of 2) sorted by relevance
/fs/btrfs/ |
D | super.c | 588 btrfs_clear_and_info(info, NODATACOW, in btrfs_parse_options() 697 btrfs_clear_and_info(info, SSD, in btrfs_parse_options() 701 btrfs_clear_and_info(info, SSD_SPREAD, in btrfs_parse_options() 705 btrfs_clear_and_info(info, NOBARRIER, in btrfs_parse_options() 760 btrfs_clear_and_info(info, NOTREELOG, in btrfs_parse_options() 775 btrfs_clear_and_info(info, FLUSHONCOMMIT, in btrfs_parse_options() 808 btrfs_clear_and_info(info, DISCARD_SYNC, in btrfs_parse_options() 810 btrfs_clear_and_info(info, DISCARD_ASYNC, in btrfs_parse_options() 838 btrfs_clear_and_info(info, SPACE_CACHE, in btrfs_parse_options() 842 btrfs_clear_and_info(info, FREE_SPACE_TREE, in btrfs_parse_options() [all …]
|
D | ctree.h | 1324 #define btrfs_clear_and_info(fs_info, opt, fmt, args...) \ macro
|