Searched refs:NETFS_RREQ_ALL_QUEUED (Results 1 – 9 of 9) sorted by relevance
| /linux/fs/netfs/ |
| H A D | direct_read.c | 99 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 D | read_single.c | 141 set_bit(NETFS_RREQ_ALL_QUEUED, &rreq->flags); in netfs_single_dispatch_read()
|
| H A D | read_pgpriv2.c | 158 set_bit(NETFS_RREQ_ALL_QUEUED, &creq->flags); in netfs_pgpriv2_end_copy_to_cache()
|
| H A D | buffered_read.c | 183 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 D | write_issue.c | 531 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 D | misc.c | 408 if (subreq || !test_bit(NETFS_RREQ_ALL_QUEUED, &rreq->flags)) in netfs_collect_in_app()
|
| H A D | write_collect.c | 370 if (!test_bit(NETFS_RREQ_ALL_QUEUED, &wreq->flags)) in netfs_write_collection()
|
| H A D | read_collect.c | 413 if (!test_bit(NETFS_RREQ_ALL_QUEUED, &rreq->flags)) in netfs_read_collection()
|
| /linux/include/linux/ |
| H A D | netfs.h | 269 #define NETFS_RREQ_ALL_QUEUED 1 /* All subreqs are now queued */ macro
|