Home
last modified time | relevance | path

Searched refs:opt_set (Results 1 – 4 of 4) sorted by relevance

/linux/fs/bcachefs/
H A Dsuper-io.c829 opt_set(*opts, nochanges, true); in __bch2_read_super()
912 opt_set(*opts, direct_io, false); in __bch2_read_super()
H A Dfsck.c3244 opt_set(thr->opts, stdio, (u64)(unsigned long)&thr->thr.stdio); in bch2_ioctl_fsck_offline()
3245 opt_set(thr->opts, read_only, 1); in bch2_ioctl_fsck_offline()
3246 opt_set(thr->opts, ratelimit_errors, 0); in bch2_ioctl_fsck_offline()
3249 opt_set(thr->opts, nostart, true); in bch2_ioctl_fsck_offline()
H A Dfs.c2452 opt_set(opts, read_only, (fc->sb_flags & SB_RDONLY) != 0); in bch2_fs_get_tree()
2453 opt_set(opts, nostart, true); in bch2_fs_get_tree()
2665 opt_set(opts->opts, read_only, (fc->sb_flags & SB_RDONLY) != 0); in bch2_fs_reconfigure()
H A Dinode.c1228 opt_set(ret, _name, inode->bi_##_name - 1); in bch2_inode_opts_to_opts()