Home
last modified time | relevance | path

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

/linux/tools/bpf/bpftool/
H A Dtoken.c33 static bool has_delegate_options(const char *mnt_ops) in has_delegate_options() argument
35 return strstr(mnt_ops, "delegate_cmds") || in has_delegate_options()
36 strstr(mnt_ops, "delegate_maps") || in has_delegate_options()
37 strstr(mnt_ops, "delegate_progs") || in has_delegate_options()
38 strstr(mnt_ops, "delegate_attachs"); in has_delegate_options()