Home
last modified time | relevance | path

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

/linux/fs/netfs/
H A Dread_retry.c47 if (__test_and_clear_bit(NETFS_SREQ_NEED_RETRY, &subreq->flags)) { in netfs_retry_read_subrequests()
95 !test_bit(NETFS_SREQ_NEED_RETRY, &from->flags)) in netfs_retry_read_subrequests()
102 !test_bit(NETFS_SREQ_NEED_RETRY, &subreq->flags)) in netfs_retry_read_subrequests()
127 __clear_bit(NETFS_SREQ_NEED_RETRY, &subreq->flags); in netfs_retry_read_subrequests()
247 !test_bit(NETFS_SREQ_NEED_RETRY, &subreq->flags)) in netfs_retry_read_subrequests()
251 __clear_bit(NETFS_SREQ_NEED_RETRY, &subreq->flags); in netfs_retry_read_subrequests()
H A Dwrite_retry.c41 if (__test_and_clear_bit(NETFS_SREQ_NEED_RETRY, &subreq->flags)) { in netfs_retry_write_stream()
72 !test_bit(NETFS_SREQ_NEED_RETRY, &from->flags)) in netfs_retry_write_stream()
79 !test_bit(NETFS_SREQ_NEED_RETRY, &subreq->flags)) in netfs_retry_write_stream()
100 __clear_bit(NETFS_SREQ_NEED_RETRY, &subreq->flags); in netfs_retry_write_stream()
H A Dread_collect.c277 } else if (test_bit(NETFS_SREQ_NEED_RETRY, &front->flags)) { in netfs_collect_read_results()
505 * NETFS_SREQ_NEED_RETRY is set) or a negative error code. The helper will
535 } else if (test_bit(NETFS_SREQ_NEED_RETRY, &subreq->flags)) { in netfs_read_subreq_terminated()
538 __set_bit(NETFS_SREQ_NEED_RETRY, &subreq->flags); in netfs_read_subreq_terminated()
551 __set_bit(NETFS_SREQ_NEED_RETRY, &subreq->flags); in netfs_read_subreq_terminated()
H A Dwrite_collect.c490 set_bit(NETFS_SREQ_NEED_RETRY, &subreq->flags); in netfs_write_subrequest_terminated()
518 set_bit(NETFS_SREQ_NEED_RETRY, &subreq->flags); in netfs_write_subrequest_terminated()
/linux/fs/afs/
H A Dwrite.c126 set_bit(NETFS_SREQ_NEED_RETRY, &subreq->flags); in afs_issue_write_worker()
165 set_bit(NETFS_SREQ_NEED_RETRY, &subreq->flags); in afs_issue_write_worker()
/linux/include/linux/
H A Dnetfs.h196 #define NETFS_SREQ_NEED_RETRY 9 /* Set if the filesystem requests a retry */ macro
/linux/fs/smb/client/
H A Dsmb2pdu.c4573 __set_bit(NETFS_SREQ_NEED_RETRY, &rdata->subreq.flags); in smb2_readv_callback()
4874 __set_bit(NETFS_SREQ_NEED_RETRY, &wdata->subreq.flags); in smb2_writev_callback()
4879 __set_bit(NETFS_SREQ_NEED_RETRY, &wdata->subreq.flags); in smb2_writev_callback()
H A Dcifssmb.c1342 __set_bit(NETFS_SREQ_NEED_RETRY, &rdata->subreq.flags); in cifs_readv_callback()
1728 __set_bit(NETFS_SREQ_NEED_RETRY, &wdata->subreq.flags); in cifs_writev_callback()
1733 __set_bit(NETFS_SREQ_NEED_RETRY, &wdata->subreq.flags); in cifs_writev_callback()
/linux/Documentation/filesystems/
H A Dnetfs_library.rst705 * ``NETFS_SREQ_NEED_RETRY``