Home
last modified time | relevance | path

Searched refs:need_write (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/arch/x86/mm/
Dmpx.c628 int need_write = 0; in get_bt_addr() local
636 ret = mpx_resolve_fault(bd_entry_ptr, need_write); in get_bt_addr()
854 int need_write = 1; in unmap_entire_bt() local
864 ret = mpx_resolve_fault(bd_entry, need_write); in unmap_entire_bt()
/linux-4.4.14/drivers/md/bcache/
Djournal.h99 bool need_write; member
Djournal.c543 j->cur->need_write = false; in bch_journal_next()
593 if (!w->need_write) { in journal_write_unlocked()
670 w->need_write = true; in journal_try_write()
/linux-4.4.14/drivers/md/
Dbitmap.c978 int dirty, need_write; in bitmap_unplug() local
990 need_write = test_and_clear_page_attr(bitmap, i, in bitmap_unplug()
992 if (dirty || need_write) { in bitmap_unplug()