Searched refs:NFS_IOHDR_REDO (Results 1 – 8 of 8) sorted by relevance
| /Linux-v6.6/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-v6.6/fs/nfs/ |
| D | direct.c | 268 if (test_bit(NFS_IOHDR_REDO, &hdr->flags)) { in nfs_direct_read_completion() 732 if (test_bit(NFS_IOHDR_REDO, &hdr->flags)) { in nfs_direct_write_completion() 792 set_bit(NFS_IOHDR_REDO, &hdr->flags); in nfs_direct_write_reschedule_io()
|
| D | pnfs.c | 2850 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) in pnfs_ld_handle_write_error() 2877 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) { in pnfs_write_through_mds() 2923 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) { in pnfs_do_write() 2977 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) in pnfs_ld_handle_read_error() 3001 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) { in pnfs_read_through_mds() 3039 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) { in pnfs_read_resend_pnfs() 3068 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) { in pnfs_do_read()
|
| D | read.c | 145 if (test_bit(NFS_IOHDR_REDO, &hdr->flags)) in nfs_read_completion()
|
| D | pagelist.c | 893 set_bit(NFS_IOHDR_REDO, &hdr->flags); in nfs_pgio_error()
|
| D | write.c | 996 if (test_bit(NFS_IOHDR_REDO, &hdr->flags)) in nfs_write_completion()
|
| /Linux-v6.6/fs/nfs/flexfilelayout/ |
| D | flexfilelayout.c | 1030 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) { in ff_layout_reset_write() 1066 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) { in ff_layout_reset_read() 1424 if (test_bit(NFS_IOHDR_REDO, &hdr->flags) && in ff_layout_read_call_done() 1604 if (test_bit(NFS_IOHDR_REDO, &hdr->flags) && in ff_layout_write_call_done()
|
| /Linux-v6.6/include/linux/ |
| D | nfs_xdr.h | 1603 NFS_IOHDR_REDO, enumerator
|