Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dchardev.c226 opt_set(thr->opts, stdio, (u64)(unsigned long)&thr->thr.stdio); in bch2_ioctl_fsck_offline()
227 opt_set(thr->opts, read_only, 1); in bch2_ioctl_fsck_offline()
228 opt_set(thr->opts, ratelimit_errors, 0); in bch2_ioctl_fsck_offline()
231 opt_set(thr->opts, nostart, true); in bch2_ioctl_fsck_offline()
Dopts.c178 opt_set(*dst, _name, src._name); in bch2_opts_apply()
215 opt_set(*opts, _name, v); \ in bch2_opt_set_by_id()
Dopts.h546 #define opt_set(_opts, _name, _v) \ macro
Dsuper-io.c741 opt_set(*opts, nochanges, true); in __bch2_read_super()
824 opt_set(*opts, direct_io, false); in __bch2_read_super()
Dfs.c1984 opt_set(opts, read_only, (*flags & SB_RDONLY) != 0); in bch2_remount()
2137 opt_set(opts, read_only, (fc->sb_flags & SB_RDONLY) != 0); in bch2_fs_get_tree()
2138 opt_set(opts, nostart, true); in bch2_fs_get_tree()
Dinode.c1135 opt_set(ret, _name, inode->bi_##_name - 1); in bch2_inode_opts_to_opts()