Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Dopts.c170 opt_set(*dst, _name, src._name); in bch2_opts_apply()
207 opt_set(*opts, _name, v); \ in bch2_opt_set_by_id()
H A Dopts.h567 #define opt_set(_opts, _name, _v) \ macro
H A Dfsck.c3113 opt_set(thr->opts, stdio, (u64)(unsigned long)&thr->thr.stdio); in bch2_ioctl_fsck_offline()
3114 opt_set(thr->opts, read_only, 1); in bch2_ioctl_fsck_offline()
3115 opt_set(thr->opts, ratelimit_errors, 0); in bch2_ioctl_fsck_offline()
3118 opt_set(thr->opts, nostart, true); in bch2_ioctl_fsck_offline()
H A Dsuper-io.c819 opt_set(*opts, nochanges, true); in __bch2_read_super()
902 opt_set(*opts, direct_io, false); in __bch2_read_super()
H A Dfs.c2447 opt_set(opts, read_only, (fc->sb_flags & SB_RDONLY) != 0); in bch2_fs_get_tree()
2448 opt_set(opts, nostart, true); in bch2_fs_get_tree()
2645 opt_set(opts->opts, read_only, (fc->sb_flags & SB_RDONLY) != 0); in bch2_fs_reconfigure()
H A Dinode.c1173 opt_set(ret, _name, inode->bi_##_name - 1); in bch2_inode_opts_to_opts()