Searched refs:pin_file (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/tools/testing/selftests/bpf/ |
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
|
/Linux-v5.15/Documentation/ABI/testing/ |
D | sysfs-fs-f2fs | 210 verity, sb_checksum, casefold, readonly, compression, pin_file. 221 Note that, pin_file is moved into /sys/fs/f2fs/features/. 232 atomic_write, pin_file, encrypted_casefold.
|
/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/ |
D | btf.c | 4869 FILE *pin_file = NULL; in do_test_pprint() local 4940 pin_file = fopen(pin_path, "r"); in do_test_pprint() 4941 if (CHECK(!pin_file, "fopen(%s): errno:%d", pin_path, errno)) { in do_test_pprint() 4947 while ((nread = getline(&line, &line_len, pin_file)) > 0 && in do_test_pprint() 4994 nread = getline(&line, &line_len, pin_file); in do_test_pprint() 5013 nread = getline(&line, &line_len, pin_file); in do_test_pprint() 5018 nread = getline(&line, &line_len, pin_file); in do_test_pprint() 5047 if (pin_file) in do_test_pprint() 5048 fclose(pin_file); in do_test_pprint()
|
/Linux-v5.15/fs/f2fs/ |
D | sysfs.c | 773 F2FS_FEATURE_RO_ATTR(pin_file); 896 ATTR_LIST(pin_file),
|