Searched refs:writing (Results 26 - 36 of 36) sorted by relevance

12

/linux-master/drivers/block/
H A Dpktcdvd.c9 * Packet writing layer for ATAPI and SCSI CD-RW, DVD+RW, DVD-RW and
17 * packet writing. One restriction is that write requests must be aligned to
23 * The purpose of the packet writing driver is to hide these restrictions from
27 * The lowest layer in the packet writing driver is the packet I/O scheduler.
853 * - Switching between reading and writing is slow, so don't do it more often
861 * when switching often between reading and writing, it's better to have the
884 if (pd->iosched.writing) {
898 pd->iosched.writing = 0;
906 pd->iosched.writing = 1;
911 if (pd->iosched.writing)
[all...]
/linux-master/net/sunrpc/xprtrdma/
H A Drpc_rdma.c298 int nsegs, bool writing,
310 return frwr_map(r_xprt, seg, nsegs, writing, req->rl_slot.rq_xid, *mr);
295 rpcrdma_mr_prepare(struct rpcrdma_xprt *r_xprt, struct rpcrdma_req *req, struct rpcrdma_mr_seg *seg, int nsegs, bool writing, struct rpcrdma_mr **mr) argument
/linux-master/fs/ceph/
H A Dsnap.c524 * cap_snap->writing = 1, and is said to be "pending." When the write
566 doutc(cl, "%p %llx.%llx nothing dirty|writing\n", inode,
587 doutc(cl, "%p %llx.%llx no new_snap|dirty_page|writing\n",
630 capsnap->writing = 1;
669 BUG_ON(capsnap->writing);
914 * writing to OSD, which may corrupt the snapshot contents.
H A Dsuper.h244 int writing; /* a sync write is still in progress */ member in struct:ceph_cap_snap
1019 ci_item)->writing;
H A Dcaps.c1649 if (capsnap->dirty_pages || capsnap->writing)
2801 * minimal set we @need. Also include the larger offset we are writing
2975 * Check the offset we are writing up to against our current
3203 !capsnap->writing && !capsnap->dirty_pages) {
3289 capsnap->writing = 0;
3393 if (!capsnap->writing) {
3952 WARN_ON_ONCE(capsnap->dirty_pages || capsnap->writing);
H A Daddr.c54 * are not yet snapped) and are writing the most recently dirtied
557 if (capsnap->writing) {
609 if (!capsnap->writing)
1324 * We stop writing back only if we are not doing
/linux-master/drivers/scsi/
H A Dst.c676 if (!STbuffer->writing)
694 STbuffer->buffer_bytes -= STbuffer->writing;
700 STps->drv_block += STbuffer->writing / STp->block_size;
718 STbuffer->writing = 0;
1182 "writing immediate filemarks\n");
1305 (STp->buffer)->writing = 0;
1481 /* The checks common to both reading and writing */
1789 STbp->writing = transfer;
1790 STp->dirty = !(STbp->writing ==
3304 /* Functions for reading and writing th
[all...]
/linux-master/fs/smb/client/
H A Dsmbdirect.c2243 * writing: true if this is a RDMA write (SMB read), false for RDMA read
2249 bool writing, bool need_invalidate)
2270 dir = writing ? DMA_FROM_DEVICE : DMA_TO_DEVICE;
2307 reg_wr->access = writing ?
2247 smbd_register_mr(struct smbd_connection *info, struct iov_iter *iter, bool writing, bool need_invalidate) argument
/linux-master/drivers/md/dm-vdo/
H A Dblock-map.c1205 * May cause another page to be discarded (potentially writing a dirty page) and the one nominated
1569 page->writing = false;
1624 * Now that we know the page has been written at least once, mark the copy we are writing
1670 tree_page->writing = true;
2019 if (!page->writing)
2331 if (waiting || page->writing)
H A Dslab-depot.c266 block->writing = false;
288 * handle_write_error() - Handle an error writing a slab summary block.
311 * launch_write() - Write a slab summary block unless it is currently out for writing.
320 if (block->writing)
326 block->writing = true;
336 * Flush before writing to ensure that the slab journal tail blocks and reference updates
817 * There is nothing to do since the tail block is empty, or writing, or the journal
1014 /** finish_summary_update() - A waiter callback that resets the writing state of a slab. */
1064 * @completion: The VIO that just finished writing.
1092 /* Re-queue the block if it was re-dirtied while it was writing
[all...]
/linux-master/fs/btrfs/
H A Dinode.c2003 * writing sequentially and can end up here as well.
2624 * Don't split the extent_map for NOCOW extents, as we're writing into
7203 const bool writing = (iomap_flags & IOMAP_WRITE); local
7233 (!writing || !filemap_range_has_page(inode->i_mapping,
7260 if (writing ||

Completed in 336 milliseconds

12