Searched refs:dirt (Results 1 - 10 of 10) sorted by relevance

/linux-4.4.14/drivers/video/fbdev/
H A Dhyperv_fb.c198 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 Dtnc_commit.c107 * @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 Dio.c496 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 Dtnc.c230 * 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 Dlpt.c492 * @nnode: nnode for which to add dirt
513 * @pnode: pnode for which to add dirt
H A Dbudget.c299 * will contain a lot of dirt.
H A Dreplay.c580 * The dirt in that LEB region is comprised of padding nodes, deletion replay_bud()
H A Dlpt_commit.c655 * @pnode: pnode for which to add dirt
/linux-4.4.14/arch/cris/arch-v32/lib/
H A Dusercopy.c66 /* 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 Dibalance.c463 /* Change dirt, free space, item number fields. */ internal_insert_key()

Completed in 285 milliseconds