Searched refs:NFS_IOHDR_REDO (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.10/fs/nfs/filelayout/ |
| D | filelayout.c | 93 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) { in filelayout_reset_write() 110 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) { in filelayout_reset_read() 298 if (test_bit(NFS_IOHDR_REDO, &hdr->flags) && in filelayout_read_call_done() 394 if (test_bit(NFS_IOHDR_REDO, &hdr->flags) && in filelayout_write_call_done()
|
| /Linux-v5.10/fs/nfs/ |
| D | pnfs.c | 2759 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) in pnfs_ld_handle_write_error() 2786 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) { in pnfs_write_through_mds() 2831 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) { in pnfs_do_write() 2885 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) in pnfs_ld_handle_read_error() 2909 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) { in pnfs_read_through_mds() 2947 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) { in pnfs_read_resend_pnfs() 2975 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) { in pnfs_do_read()
|
| D | direct.c | 292 if (test_bit(NFS_IOHDR_REDO, &hdr->flags)) { in nfs_direct_read_completion() 709 if (test_bit(NFS_IOHDR_REDO, &hdr->flags)) { in nfs_direct_write_completion()
|
| D | read.c | 164 if (test_bit(NFS_IOHDR_REDO, &hdr->flags)) in nfs_read_completion()
|
| D | pagelist.c | 799 set_bit(NFS_IOHDR_REDO, &hdr->flags); in nfs_pgio_error()
|
| D | write.c | 990 if (test_bit(NFS_IOHDR_REDO, &hdr->flags)) in nfs_write_completion()
|
| /Linux-v5.10/fs/nfs/flexfilelayout/ |
| D | flexfilelayout.c | 1037 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) { in ff_layout_reset_write() 1073 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) { in ff_layout_reset_read() 1423 if (test_bit(NFS_IOHDR_REDO, &hdr->flags) && in ff_layout_read_call_done() 1598 if (test_bit(NFS_IOHDR_REDO, &hdr->flags) && in ff_layout_write_call_done()
|
| /Linux-v5.10/include/linux/ |
| D | nfs_xdr.h | 1574 NFS_IOHDR_REDO, enumerator
|