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

/linux-master/fs/bcachefs/
H A Dopts.c177 opt_set(*dst, _name, src._name);
214 opt_set(*opts, _name, v); \
H A Dchardev.c225 opt_set(thr->opts, stdio, (u64)(unsigned long)&thr->thr.stdio);
228 opt_set(thr->opts, nostart, true);
H A Dopts.h505 #define opt_set(_opts, _name, _v) \ macro
H A Dsuper-io.c728 opt_set(*opts, nochanges, true);
809 opt_set(*opts, direct_io, false);
H A Dfs.c1723 opt_set(opts, read_only, (*flags & SB_RDONLY) != 0);
1890 opt_set(opts, read_only, (flags & SB_RDONLY) != 0);
H A Dinode.c990 opt_set(ret, _name, inode->bi_##_name - 1);

Completed in 237 milliseconds