Searched refs:dirt (Results 1 - 10 of 10) sorted by relevance
/linux-4.4.14/drivers/video/fbdev/ |
H A D | hyperv_fb.c | 198 struct synthvid_dirt dirt; member in union:synthvid_msg::__anon11125 334 msg.dirt.video_output = 0; synthvid_update() 335 msg.dirt.dirt_count = 1; synthvid_update() 336 msg.dirt.rect[0].x1 = 0; synthvid_update() 337 msg.dirt.rect[0].y1 = 0; synthvid_update() 338 msg.dirt.rect[0].x2 = info->var.xres; synthvid_update() 339 msg.dirt.rect[0].y2 = info->var.yres; synthvid_update()
|
/linux-4.4.14/fs/ubifs/ |
H A D | tnc_commit.c | 107 * @dirt: adds dirty space to this 112 int *dirt) fill_gap() 156 *dirt += pad_len; fill_gap() 233 int lnum, dirt = 0, gap_start, gap_end, err, written, tot_written; layout_leb_in_gaps() local 240 * There also may be dirt in the index head that could be layout_leb_in_gaps() 273 dirt += ALIGN(snod->len, 8); layout_leb_in_gaps() 282 written = fill_gap(c, lnum, gap_start, gap_end, &dirt); layout_leb_in_gaps() 295 written = fill_gap(c, lnum, gap_start, gap_end, &dirt); layout_leb_in_gaps() 313 dirt, 0, 0, 0); layout_leb_in_gaps() 319 err = ubifs_change_one_lp(c, lnum, c->leb_size - c->ileb_len, dirt, layout_leb_in_gaps() 111 fill_gap(struct ubifs_info *c, int lnum, int gap_start, int gap_end, int *dirt) fill_gap() argument
|
H A D | io.c | 496 int err, dirt, sync_len; ubifs_wbuf_sync_nolock() local 522 dirt = sync_len - wbuf->used; ubifs_wbuf_sync_nolock() 523 if (dirt) ubifs_wbuf_sync_nolock() 524 ubifs_pad(c, wbuf->buf + wbuf->used, dirt); ubifs_wbuf_sync_nolock() 554 c->leb_size - wbuf->offs, dirt); ubifs_wbuf_sync_nolock()
|
H A D | tnc.c | 230 * add_idx_dirt - add dirt due to a dirty znode. 233 * @dirt: size of index node 237 static int add_idx_dirt(struct ubifs_info *c, int lnum, int dirt) add_idx_dirt() argument 239 c->calc_idx_sz -= ALIGN(dirt, 8); add_idx_dirt() 240 return ubifs_add_dirt(c, lnum, dirt); add_idx_dirt()
|
H A D | lpt.c | 492 * @nnode: nnode for which to add dirt 513 * @pnode: pnode for which to add dirt
|
H A D | budget.c | 299 * will contain a lot of dirt.
|
H A D | replay.c | 580 * The dirt in that LEB region is comprised of padding nodes, deletion replay_bud()
|
H A D | lpt_commit.c | 655 * @pnode: pnode for which to add dirt
|
/linux-4.4.14/arch/cris/arch-v32/lib/ |
H A D | usercopy.c | 66 /* Movem is dirt cheap. The overheap is low enough to always use the __copy_user() 202 /* Movem is dirt cheap. The overheap is low enough to always use the __copy_user_zeroing()
|
/linux-4.4.14/fs/reiserfs/ |
H A D | ibalance.c | 463 /* Change dirt, free space, item number fields. */ internal_insert_key()
|
Completed in 285 milliseconds