Searched refs:btrfs_clear_opt (Results 1 – 3 of 3) sorted by relevance
/linux/fs/btrfs/ |
H A D | super.c | 284 btrfs_clear_opt(ctx->mount_opt, FORCE_COMPRESS); in btrfs_parse_compress() 290 btrfs_clear_opt(ctx->mount_opt, NODATACOW); in btrfs_parse_compress() 291 btrfs_clear_opt(ctx->mount_opt, NODATASUM); in btrfs_parse_compress() 297 btrfs_clear_opt(ctx->mount_opt, NODATACOW); in btrfs_parse_compress() 298 btrfs_clear_opt(ctx->mount_opt, NODATASUM); in btrfs_parse_compress() 303 btrfs_clear_opt(ctx->mount_opt, NODATACOW); in btrfs_parse_compress() 304 btrfs_clear_opt(ctx->mount_opt, NODATASUM); in btrfs_parse_compress() 310 btrfs_clear_opt(ctx->mount_opt, NODATACOW); in btrfs_parse_compress() 311 btrfs_clear_opt(ctx->mount_opt, NODATASUM); in btrfs_parse_compress() 316 btrfs_clear_opt(ct in btrfs_parse_compress() [all...] |
H A D | fs.h | 1056 #define btrfs_clear_opt(o, opt) ((o) &= ~BTRFS_MOUNT_##opt) macro
|
H A D | zoned.c | 790 btrfs_clear_opt(*mount_opt, DISCARD_ASYNC); in btrfs_check_mountopts_zoned()
|