Searched refs:pin_file (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | test_offload.py | 1084 pin_file, pinned = pin_prog("/sys/fs/bpf/tmp") variable 1095 rm(pin_file) 1118 pin_file, pinned = pin_prog("/sys/fs/bpf/tmp") variable 1125 pin_file, pinned = pin_prog("/sys/fs/bpf/tmp2", idx=1) variable
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | btf.c | 4714 FILE *pin_file = NULL; in do_test_pprint() local 4785 pin_file = fopen(pin_path, "r"); in do_test_pprint() 4786 if (CHECK(!pin_file, "fopen(%s): errno:%d", pin_path, errno)) { in do_test_pprint() 4792 while ((nread = getline(&line, &line_len, pin_file)) > 0 && in do_test_pprint() 4839 nread = getline(&line, &line_len, pin_file); in do_test_pprint() 4858 nread = getline(&line, &line_len, pin_file); in do_test_pprint() 4863 nread = getline(&line, &line_len, pin_file); in do_test_pprint() 4892 if (pin_file) in do_test_pprint() 4893 fclose(pin_file); in do_test_pprint()
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-fs-f2fs | 217 verity, sb_checksum, casefold, readonly, compression, pin_file. 228 Note that, pin_file is moved into /sys/fs/f2fs/features/. 239 atomic_write, pin_file, encrypted_casefold.
|
| /OK3568_Linux_fs/kernel/fs/f2fs/ |
| H A D | sysfs.c | 797 F2FS_FEATURE_RO_ATTR(pin_file); 925 ATTR_LIST(pin_file),
|