Searched refs:INCFS_IOC_PERMIT_FILL (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | incrementalfs.h | 82 #define INCFS_IOC_PERMIT_FILL \ macro
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/ |
| H A D | incfs_perf.c | 216 if (ioctl(cmd_fd, INCFS_IOC_PERMIT_FILL, &permit_fill)) { in write_data() 527 if (ioctl(cmd_fd, INCFS_IOC_PERMIT_FILL, &permit_fill)) { in load_hash_tree()
|
| H A D | incfs_stress.c | 148 if (ioctl(cmd_fd, INCFS_IOC_PERMIT_FILL, &permit_fill)) { in write_data()
|
| H A D | incfs_test.c | 337 if (use_ioctl && ioctl(cmd_fd, INCFS_IOC_PERMIT_FILL, &permit_fill)) { in open_file_by_id() 343 if (ioctl(fd, INCFS_IOC_PERMIT_FILL, &permit_fill) != -1) { in open_file_by_id() 2475 if (ioctl(cmd_fd, INCFS_IOC_PERMIT_FILL, &permit_fill)) { in validate_ranges() 2711 if (ioctl(cmd_fd, INCFS_IOC_PERMIT_FILL, &permit_fill)) { in validate_hash_ranges() 3219 TESTEQUAL(ioctl(cmd_fd, INCFS_IOC_PERMIT_FILL, &permit_fill), 0); in validate_block_count()
|
| /OK3568_Linux_fs/kernel/fs/incfs/ |
| H A D | pseudo_files.c | 1029 case INCFS_IOC_PERMIT_FILL: in pending_reads_dispatch_ioctl()
|