Home
last modified time | relevance | path

Searched refs:opts (Results 1 – 8 of 8) sorted by relevance

/kernel/bpf/
Dinode.c605 struct bpf_mount_opts *opts = fc->fs_private; in bpf_parse_param() local
619 opts->mode = result.uint_32 & S_IALLUGO; in bpf_parse_param()
629 struct bpf_mount_opts *opts = fc->fs_private; in bpf_fill_super() local
642 inode->i_mode |= S_ISVTX | opts->mode; in bpf_fill_super()
668 struct bpf_mount_opts *opts; in bpf_init_fs_context() local
670 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()
/kernel/
Dcapability.c366 unsigned int opts) in ns_capable_common() argument
375 capable = security_capable(current_cred(), ns, cap, opts); in ns_capable_common()
/kernel/trace/
Dtrace_nop.c32 .opts = nop_opts
Dtrace.c1837 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() argument
4559 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() local
4578 for (i = 0; tracer_flags->opts[i].name; i++) { in set_tracer_option()
[all …]
Dtrace_functions.c217 .opts = func_opts
Dtrace_functions_graph.c77 .opts = trace_opts
Dtrace.h431 struct tracer_opt *opts; member
Dblktrace.c53 .opts = blk_tracer_opts,