Searched refs:ret_count (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/base/firmware_loader/ |
| H A D | fallback.c | 344 ssize_t ret_count; in firmware_data_read() local 349 ret_count = -ENODEV; in firmware_data_read() 353 ret_count = 0; in firmware_data_read() 359 ret_count = count; in firmware_data_read() 368 return ret_count; in firmware_data_read()
|
| /OK3568_Linux_fs/kernel/fs/exfat/ |
| H A D | fatent.c | 421 struct exfat_chain *p_chain, unsigned int *ret_count) in exfat_count_num_clusters() argument 428 *ret_count = 0; in exfat_count_num_clusters() 433 *ret_count = p_chain->size; in exfat_count_num_clusters() 447 *ret_count = count; in exfat_count_num_clusters()
|
| H A D | balloc.c | 241 int exfat_count_used_clusters(struct super_block *sb, unsigned int *ret_count) in exfat_count_used_clusters() argument 268 *ret_count = count; in exfat_count_used_clusters()
|
| H A D | exfat_fs.h | 413 struct exfat_chain *p_chain, unsigned int *ret_count); 421 int exfat_count_used_clusters(struct super_block *sb, unsigned int *ret_count);
|
| /OK3568_Linux_fs/kernel/drivers/platform/x86/ |
| H A D | dell_rbu.c | 481 ssize_t ret_count = 0; in data_read() local 486 ret_count = read_rbu_mono_data(buffer, pos, count); in data_read() 488 ret_count = read_packet_data(buffer, pos, count); in data_read() 493 return ret_count; in data_read()
|
| /OK3568_Linux_fs/kernel/drivers/hid/i2c-hid/ |
| H A D | i2c-hid-core.c | 617 size_t ret_count, ask_count; in i2c_hid_get_raw_report() local 644 ret_count = ihid->rawbuf[0] | (ihid->rawbuf[1] << 8); in i2c_hid_get_raw_report() 646 if (ret_count <= 2) in i2c_hid_get_raw_report() 649 ret_count = min(ret_count, ask_count); in i2c_hid_get_raw_report() 652 count = min(count, ret_count - 2); in i2c_hid_get_raw_report()
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/ |
| H A D | extent_map.h | 38 u64 *ret_count, unsigned int *extent_flags);
|
| H A D | extent_map.c | 661 u64 *ret_count, unsigned int *extent_flags) in ocfs2_extent_map_get_blocks() argument 687 if (ret_count) { in ocfs2_extent_map_get_blocks() 688 *ret_count = ocfs2_clusters_to_blocks(inode->i_sb, num_clusters); in ocfs2_extent_map_get_blocks() 689 *ret_count -= v_blkno & (u64)(bpc - 1); in ocfs2_extent_map_get_blocks()
|