Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_get_xattr.c13 __u32 found_xattr_from_file; variable
38 found_xattr_from_file = 1; in BPF_PROG()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dfs_kfuncs.c54 ASSERT_EQ(skel->bss->found_xattr_from_file, 1, "found_xattr_from_file"); in test_xattr()