Home
last modified time | relevance | path

Searched refs:NETFS_RREQ_ALL_QUEUED (Results 1 – 9 of 9) sorted by relevance

/linux/fs/netfs/
H A Ddirect_read.c99 set_bit(NETFS_RREQ_ALL_QUEUED, &rreq->flags); in netfs_dispatch_unbuffered_reads()
113 set_bit(NETFS_RREQ_ALL_QUEUED, &rreq->flags); in netfs_dispatch_unbuffered_reads()
H A Dread_single.c141 set_bit(NETFS_RREQ_ALL_QUEUED, &rreq->flags); in netfs_single_dispatch_read()
H A Dread_pgpriv2.c158 set_bit(NETFS_RREQ_ALL_QUEUED, &creq->flags); in netfs_pgpriv2_end_copy_to_cache()
H A Dbuffered_read.c183 set_bit(NETFS_RREQ_ALL_QUEUED, &rreq->flags); in netfs_queue_read()
315 set_bit(NETFS_RREQ_ALL_QUEUED, &rreq->flags); in netfs_read_to_pagecache()
H A Dwrite_issue.c531 set_bit(NETFS_RREQ_ALL_QUEUED, &wreq->flags); in netfs_end_issue_write()
877 set_bit(NETFS_RREQ_ALL_QUEUED, &wreq->flags); in netfs_writeback_single()
H A Dmisc.c408 if (subreq || !test_bit(NETFS_RREQ_ALL_QUEUED, &rreq->flags)) in netfs_collect_in_app()
H A Dwrite_collect.c370 if (!test_bit(NETFS_RREQ_ALL_QUEUED, &wreq->flags)) in netfs_write_collection()
H A Dread_collect.c413 if (!test_bit(NETFS_RREQ_ALL_QUEUED, &rreq->flags)) in netfs_read_collection()
/linux/include/linux/
H A Dnetfs.h269 #define NETFS_RREQ_ALL_QUEUED 1 /* All subreqs are now queued */ macro