Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Djournal_types.h49 bool write_allocated:1; member
H A Djournal.c78 if (buf->write_allocated) in bch2_journal_buf_to_text()
197 if (w->write_started && !w->write_allocated) in bch2_journal_do_writes()
475 buf->write_allocated = false; in journal_entry_open()
H A Djournal_io.c2066 BUG_ON(w->write_allocated); in CLOSURE_CALLBACK()
2121 w->write_allocated = true; in CLOSURE_CALLBACK()
/linux-6.15/drivers/usb/gadget/function/
H A Du_serial.c124 int write_allocated; member
567 gs_write_complete, &port->write_allocated); in gs_start_io()
587 &port->write_allocated); in gs_start_io()
1448 port->write_allocated = port->write_started = 0; in gserial_disconnect()