Searched refs:pin_file (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/tools/testing/selftests/bpf/ |
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
|
/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/ |
D | btf.c | 5396 FILE *pin_file = NULL; in do_test_pprint() local 5460 pin_file = fopen(pin_path, "r"); in do_test_pprint() 5461 if (CHECK(!pin_file, "fopen(%s): errno:%d", pin_path, errno)) { in do_test_pprint() 5467 while ((nread = getline(&line, &line_len, pin_file)) > 0 && in do_test_pprint() 5514 nread = getline(&line, &line_len, pin_file); in do_test_pprint() 5533 nread = getline(&line, &line_len, pin_file); in do_test_pprint() 5538 nread = getline(&line, &line_len, pin_file); in do_test_pprint() 5567 if (pin_file) in do_test_pprint() 5568 fclose(pin_file); in do_test_pprint()
|
/Linux-v6.6/Documentation/ABI/testing/ |
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.
|
/Linux-v6.6/fs/f2fs/ |
D | sysfs.c | 1056 F2FS_FEATURE_RO_ATTR(pin_file); 1193 ATTR_LIST(pin_file),
|