Searched refs:ppos (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/fs/ubifs/ |
| H A D | lprops.c | 65 int ppos = (hpos - 1) / 2; in move_up_lpt_heap() local 67 val2 = get_heap_comp_val(heap->arr[ppos], cat); in move_up_lpt_heap() 71 heap->arr[ppos]->hpos = hpos; in move_up_lpt_heap() 72 heap->arr[hpos] = heap->arr[ppos]; in move_up_lpt_heap() 73 heap->arr[ppos] = lprops; in move_up_lpt_heap() 74 lprops->hpos = ppos; in move_up_lpt_heap() 75 hpos = ppos; in move_up_lpt_heap() 99 int ppos = (hpos - 1) / 2; in adjust_lpt_heap() local 101 val2 = get_heap_comp_val(heap->arr[ppos], cat); in adjust_lpt_heap() 105 heap->arr[ppos]->hpos = hpos; in adjust_lpt_heap() [all …]
|
| H A D | debug.c | 2712 loff_t *ppos) in provide_user_output() argument 2723 return simple_read_from_buffer(u, count, ppos, buf, 2); in provide_user_output() 2727 loff_t *ppos) in dfs_file_read() argument 2751 return provide_user_output(val, u, count, ppos); in dfs_file_read() 2781 size_t count, loff_t *ppos) in dfs_file_write() argument 2982 size_t count, loff_t *ppos) in dfs_global_file_read() argument 3002 return provide_user_output(val, u, count, ppos); in dfs_global_file_read() 3006 size_t count, loff_t *ppos) in dfs_global_file_write() argument
|
| /rk3399_rockchip-uboot/drivers/mtd/ubi/ |
| H A D | debug.c | 252 size_t count, loff_t *ppos) in dfs_file_read() argument 280 count = simple_read_from_buffer(user_buf, count, ppos, in dfs_file_read() 285 count = simple_read_from_buffer(user_buf, count, ppos, in dfs_file_read() 290 count = simple_read_from_buffer(user_buf, count, ppos, in dfs_file_read() 306 count = simple_read_from_buffer(user_buf, count, ppos, buf, 2); in dfs_file_read() 315 size_t count, loff_t *ppos) in dfs_file_write() argument
|