Searched refs:allowed_cmds (Results 1 – 2 of 2) sorted by relevance
75 if ((token->allowed_cmds & mask) == mask) in bpf_token_show_fdinfo()78 seq_printf(m, "allowed_cmds:\t0x%llx\n", token->allowed_cmds); in bpf_token_show_fdinfo()186 token->allowed_cmds = mnt_opts->delegate_cmds; in bpf_token_create()233 if (!(token->allowed_cmds & BIT_ULL(cmd))) in bpf_token_allow_cmd()
1734 u64 allowed_cmds; member