Searched refs:index_out (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/incfs/ |
| H A D | data_mgmt.c | 891 arg->index_out = arg->start_index; in incfs_get_filled_blocks() 894 arg->index_out = arg->start_index; in incfs_get_filled_blocks() 908 arg->index_out = end_index; in incfs_get_filled_blocks() 917 for (arg->index_out = arg->start_index; arg->index_out < end_index; in incfs_get_filled_blocks() 918 ++arg->index_out) { in incfs_get_filled_blocks() 924 arg->index_out, READ_BLOCKMAP_ENTRIES, in incfs_get_filled_blocks() 942 if (arg->index_out >= df->df_data_block_count) in incfs_get_filled_blocks() 956 range.begin = arg->index_out; in incfs_get_filled_blocks() 958 range.end = arg->index_out; in incfs_get_filled_blocks() 971 range.end = arg->index_out; in incfs_get_filled_blocks() [all …]
|
| /OK3568_Linux_fs/kernel/arch/um/drivers/ |
| H A D | ubd_kern.c | 271 static int ubd_setup_common(char *str, int *index_out, char **error_out) in ubd_setup_common() argument 278 if(index_out) *index_out = -1; in ubd_setup_common() 332 if (index_out) in ubd_setup_common() 333 *index_out = n; in ubd_setup_common()
|
| H A D | net_kern.c | 505 static int eth_parse(char *str, int *index_out, char **str_out, in eth_parse() argument 529 *index_out = n; in eth_parse()
|
| H A D | vector_kern.c | 716 static int vector_parse(char *str, int *index_out, char **str_out, in vector_parse() argument 744 *index_out = n; in vector_parse()
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | incrementalfs.h | 437 __u32 index_out; member
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/ |
| H A D | incfs_test.c | 2537 if (fba.index_out != fba.start_index) { in validate_ranges() 3222 fba.start_index = fba.index_out + 1; in validate_block_count() 3223 } while (fba.index_out < fba.total_blocks_out); in validate_block_count()
|