Searched refs:ppos (Results 1 – 3 of 3) sorted by relevance
/u-boot/fs/ubifs/ |
A D | lprops.c | 66 int ppos = (hpos - 1) / 2; in move_up_lpt_heap() local 72 heap->arr[ppos]->hpos = hpos; in move_up_lpt_heap() 74 heap->arr[ppos] = lprops; in move_up_lpt_heap() 75 lprops->hpos = ppos; in move_up_lpt_heap() 76 hpos = ppos; in move_up_lpt_heap() 100 int ppos = (hpos - 1) / 2; in adjust_lpt_heap() local 106 heap->arr[ppos]->hpos = hpos; in adjust_lpt_heap() 108 heap->arr[ppos] = lprops; in adjust_lpt_heap() 109 lprops->hpos = ppos; in adjust_lpt_heap() 110 hpos = ppos; in adjust_lpt_heap() [all …]
|
A D | debug.c | 2713 loff_t *ppos) in provide_user_output() argument 2724 return simple_read_from_buffer(u, count, ppos, buf, 2); in provide_user_output() 2728 loff_t *ppos) in dfs_file_read() argument 2752 return provide_user_output(val, u, count, ppos); in dfs_file_read() 2782 size_t count, loff_t *ppos) in dfs_file_write() argument 2983 size_t count, loff_t *ppos) in dfs_global_file_read() argument 3003 return provide_user_output(val, u, count, ppos); in dfs_global_file_read() 3007 size_t count, loff_t *ppos) in dfs_global_file_write() argument
|
/u-boot/drivers/mtd/ubi/ |
A D | debug.c | 254 size_t count, loff_t *ppos) in dfs_file_read() argument 282 count = simple_read_from_buffer(user_buf, count, ppos, in dfs_file_read() 287 count = simple_read_from_buffer(user_buf, count, ppos, in dfs_file_read() 292 count = simple_read_from_buffer(user_buf, count, ppos, in dfs_file_read() 308 count = simple_read_from_buffer(user_buf, count, ppos, buf, 2); in dfs_file_read() 317 size_t count, loff_t *ppos) in dfs_file_write() argument
|
Completed in 23 milliseconds