Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dopts.c180 opt_set(*dst, _name, src._name); in bch2_opts_apply()
217 opt_set(*opts, _name, v); \ in bch2_opt_set_by_id()
H A Dopts.h560 #define opt_set(_opts, _name, _v) \ macro
H A Dfs.c2017 opt_set(opts, read_only, (*flags & SB_RDONLY) != 0); in bch2_remount()
2170 opt_set(opts, read_only, (fc->sb_flags & SB_RDONLY) != 0); in bch2_fs_get_tree()
2171 opt_set(opts, nostart, true); in bch2_fs_get_tree()
H A Dsuper-io.c788 opt_set(*opts, nochanges, true); in __bch2_read_super()
871 opt_set(*opts, direct_io, false); in __bch2_read_super()
H A Dfsck.c3251 opt_set(thr->opts, stdio, (u64)(unsigned long)&thr->thr.stdio); in bch2_ioctl_fsck_offline()
3252 opt_set(thr->opts, read_only, 1); in bch2_ioctl_fsck_offline()
3253 opt_set(thr->opts, ratelimit_errors, 0); in bch2_ioctl_fsck_offline()
3256 opt_set(thr->opts, nostart, true); in bch2_ioctl_fsck_offline()
H A Dinode.c1186 opt_set(ret, _name, inode->bi_##_name - 1); in bch2_inode_opts_to_opts()