Home
last modified time | relevance | path

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

/Linux-v6.1/fs/btrfs/
Dsuper.c703 btrfs_clear_and_info(info, NODATACOW, in btrfs_parse_options()
812 btrfs_clear_and_info(info, SSD, in btrfs_parse_options()
816 btrfs_clear_and_info(info, SSD_SPREAD, in btrfs_parse_options()
820 btrfs_clear_and_info(info, NOBARRIER, in btrfs_parse_options()
875 btrfs_clear_and_info(info, NOTREELOG, in btrfs_parse_options()
890 btrfs_clear_and_info(info, FLUSHONCOMMIT, in btrfs_parse_options()
923 btrfs_clear_and_info(info, DISCARD_SYNC, in btrfs_parse_options()
925 btrfs_clear_and_info(info, DISCARD_ASYNC, in btrfs_parse_options()
967 btrfs_clear_and_info(info, SPACE_CACHE, in btrfs_parse_options()
971 btrfs_clear_and_info(info, FREE_SPACE_TREE, in btrfs_parse_options()
[all …]
Dctree.h1640 #define btrfs_clear_and_info(fs_info, opt, fmt, args...) \ macro