Searched refs:btrfs_set_opt (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dsuper.c132 btrfs_set_opt(info->mount_opt, DEGRADED);
144 btrfs_set_opt(info->mount_opt, NODATASUM);
148 btrfs_set_opt(info->mount_opt, NODATACOW);
149 btrfs_set_opt(info->mount_opt, NODATASUM);
153 btrfs_set_opt(info->mount_opt, COMPRESS);
157 btrfs_set_opt(info->mount_opt, FORCE_COMPRESS);
158 btrfs_set_opt(info->mount_opt, COMPRESS);
162 btrfs_set_opt(info->mount_opt, SSD);
167 btrfs_set_opt(info->mount_opt, SSD);
168 btrfs_set_opt(inf
[all...]
H A Ddisk-io.c1900 btrfs_set_opt(fs_info->mount_opt, SSD);
H A Dctree.h1197 #define btrfs_set_opt(o, opt) ((o) |= BTRFS_MOUNT_##opt) macro

Completed in 58 milliseconds