Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Djournal_types.h42 bool write_allocated:1; member
Djournal.c79 if (buf->write_allocated) in bch2_journal_buf_to_text()
194 if (w->write_started && !w->write_allocated) in bch2_journal_do_writes()
416 buf->write_allocated = false; in journal_entry_open()
Djournal_io.c1992 BUG_ON(w->write_allocated); in CLOSURE_CALLBACK()
2045 w->write_allocated = true; in CLOSURE_CALLBACK()
/linux-6.12.1/drivers/usb/gadget/function/
Du_serial.c123 int write_allocated; member
566 gs_write_complete, &port->write_allocated); in gs_start_io()
584 &port->write_allocated); in gs_start_io()
1444 port->write_allocated = port->write_started = 0; in gserial_disconnect()