Searched refs:pin_file (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_offload.py | 1086 pin_file, pinned = pin_prog("/sys/fs/bpf/tmp") variable 1097 rm(pin_file) 1120 pin_file, pinned = pin_prog("/sys/fs/bpf/tmp") variable 1127 pin_file, pinned = pin_prog("/sys/fs/bpf/tmp2", idx=1) variable
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | btf.c | 5392 FILE *pin_file = NULL; in do_test_pprint() local 5456 pin_file = fopen(pin_path, "r"); in do_test_pprint() 5457 if (CHECK(!pin_file, "fopen(%s): errno:%d", pin_path, errno)) { in do_test_pprint() 5463 while ((nread = getline(&line, &line_len, pin_file)) > 0 && in do_test_pprint() 5510 nread = getline(&line, &line_len, pin_file); in do_test_pprint() 5529 nread = getline(&line, &line_len, pin_file); in do_test_pprint() 5534 nread = getline(&line, &line_len, pin_file); in do_test_pprint() 5563 if (pin_file) in do_test_pprint() 5564 fclose(pin_file); in do_test_pprint()
|
/openbmc/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.
|
/openbmc/linux/fs/f2fs/ |
H A D | sysfs.c | 1062 F2FS_FEATURE_RO_ATTR(pin_file); 1199 ATTR_LIST(pin_file),
|