Searched refs:opts (Results 1 – 8 of 8) sorted by relevance
605 struct bpf_mount_opts *opts = fc->fs_private; in bpf_parse_param() local619 opts->mode = result.uint_32 & S_IALLUGO; in bpf_parse_param()629 struct bpf_mount_opts *opts = fc->fs_private; in bpf_fill_super() local642 inode->i_mode |= S_ISVTX | opts->mode; in bpf_fill_super()668 struct bpf_mount_opts *opts; in bpf_init_fs_context() local670 opts = kzalloc(sizeof(struct bpf_mount_opts), GFP_KERNEL); in bpf_init_fs_context()671 if (!opts) in bpf_init_fs_context()674 opts->mode = S_IRWXUGO; in bpf_init_fs_context()676 fc->fs_private = opts; in bpf_init_fs_context()
366 unsigned int opts) in ns_capable_common() argument375 capable = security_capable(current_cred(), ns, cap, opts); in ns_capable_common()
32 .opts = nop_opts
1837 type->flags->opts = dummy_tracer_opt; in register_tracer()1839 if (!type->flags->opts) in register_tracer()1840 type->flags->opts = dummy_tracer_opt; in register_tracer()4532 trace_opts = tr->current_trace->flags->opts; in tracing_trace_options_show()4554 struct tracer_opt *opts, int neg) in __set_tracer_option() argument4559 ret = trace->set_flag(tr, tracer_flags->val, opts->bit, !neg); in __set_tracer_option()4564 tracer_flags->val &= ~opts->bit; in __set_tracer_option()4566 tracer_flags->val |= opts->bit; in __set_tracer_option()4575 struct tracer_opt *opts = NULL; in set_tracer_option() local4578 for (i = 0; tracer_flags->opts[i].name; i++) { in set_tracer_option()[all …]
217 .opts = func_opts
77 .opts = trace_opts
431 struct tracer_opt *opts; member
53 .opts = blk_tracer_opts,