Home
last modified time | relevance | path

Searched refs:btrfs_check_features (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/btrfs/
H A Ddisk-io.h52 int btrfs_check_features(struct btrfs_fs_info *fs_info, bool is_rw_mount);
H A Dsuper.c1717 ret = btrfs_check_features(fs_info, !(*flags & SB_RDONLY)); in btrfs_remount()
H A Ddisk-io.c3070 int btrfs_check_features(struct btrfs_fs_info *fs_info, bool is_rw_mount) in btrfs_check_features() function
3306 ret = btrfs_check_features(fs_info, !sb_rdonly(sb)); in open_ctree()