Home
last modified time | relevance | path

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

/linux-3.4.99/fs/btrfs/
Dsuper.c428 btrfs_clear_opt(info->mount_opt, SSD); in btrfs_parse_options()
429 btrfs_clear_opt(info->mount_opt, SSD_SPREAD); in btrfs_parse_options()
497 btrfs_clear_opt(info->mount_opt, SPACE_CACHE); in btrfs_parse_options()
560 btrfs_clear_opt(info->mount_opt, in btrfs_parse_options()
Dctree.h1545 #define btrfs_clear_opt(o, opt) ((o) &= ~BTRFS_MOUNT_##opt) macro