Searched refs:pin_file (Results 1 – 3 of 3) sorted by relevance
/linux/tools/testing/selftests/net/ |
H A D | bpf_offload.py | 1038 pin_file, pinned = pin_prog("/sys/fs/bpf/tmp") variable 1049 rm(pin_file) 1072 pin_file, pinned = pin_prog("/sys/fs/bpf/tmp") variable 1079 pin_file, pinned = pin_prog("/sys/fs/bpf/tmp2", idx=1) variable
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | btf.c | 5470 FILE *pin_file = NULL; in do_test_pprint() local 5534 pin_file = fopen(pin_path, "r"); in do_test_pprint() 5535 if (CHECK(!pin_file, "fopen(%s): errno:%d", pin_path, errno)) { in do_test_pprint() 5541 while ((nread = getline(&line, &line_len, pin_file)) > 0 && in do_test_pprint() 5588 nread = getline(&line, &line_len, pin_file); in do_test_pprint() 5607 nread = getline(&line, &line_len, pin_file); in do_test_pprint() 5612 nread = getline(&line, &line_len, pin_file); in do_test_pprint() 5641 if (pin_file) in do_test_pprint() 5642 fclose(pin_file); in do_test_pprint()
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-fs-f2fs | 251 verity, sb_checksum, casefold, readonly, compression, pin_file. 262 Note that, pin_file is moved into /sys/fs/f2fs/features/. 273 atomic_write, pin_file, encrypted_casefold, linear_lookup.
|