Searched refs:allowed_cmds (Results 1 – 5 of 5) sorted by relevance
76 if ((token->allowed_cmds & mask) == mask) in bpf_token_show_fdinfo()79 seq_printf(m, "allowed_cmds:\t0x%llx\n", token->allowed_cmds); in bpf_token_show_fdinfo()183 token->allowed_cmds = mnt_opts->delegate_cmds; in bpf_token_create()208 info.allowed_cmds = token->allowed_cmds; in bpf_token_get_info_by_fd()240 if (!(token->allowed_cmds & BIT_ULL(cmd))) in bpf_token_allow_cmd()
1125 if (!ASSERT_EQ(info.allowed_cmds, bit(BPF_MAP_CREATE), "token_info_cmds_map_create")) { in test_token()
6861 __u64 allowed_cmds;6826 __u64 allowed_cmds; global() member
1927 u64 allowed_cmds; member
7298 ((T)->allowed_cmds & (1ULL << (C)))