Searched refs:NFS_IOHDR_REDO (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/fs/nfs/filelayout/ |
| H A 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-6.15/fs/nfs/ |
| H A D | direct.c | 282 if (test_bit(NFS_IOHDR_REDO, &hdr->flags)) { in nfs_direct_read_completion() 768 if (test_bit(NFS_IOHDR_REDO, &hdr->flags)) { in nfs_direct_write_completion() 834 set_bit(NFS_IOHDR_REDO, &hdr->flags); in nfs_direct_write_reschedule_io()
|
| H A D | pnfs.c | 2991 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) in pnfs_ld_handle_write_error() 3018 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) { in pnfs_write_through_mds() 3064 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) { in pnfs_do_write() 3118 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) in pnfs_ld_handle_read_error() 3142 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) { in pnfs_read_through_mds() 3180 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) { in pnfs_read_resend_pnfs() 3209 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) { in pnfs_do_read()
|
| H A D | read.c | 143 if (test_bit(NFS_IOHDR_REDO, &hdr->flags)) in nfs_read_completion()
|
| H A D | pagelist.c | 783 set_bit(NFS_IOHDR_REDO, &hdr->flags); in nfs_pgio_error()
|
| H A D | write.c | 976 if (test_bit(NFS_IOHDR_REDO, &hdr->flags)) in nfs_write_completion()
|
| /linux-6.15/fs/nfs/flexfilelayout/ |
| H A D | flexfilelayout.c | 1054 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) { in ff_layout_reset_write() 1090 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) { in ff_layout_reset_read() 1462 if (test_bit(NFS_IOHDR_REDO, &hdr->flags) && in ff_layout_read_call_done() 1648 if (test_bit(NFS_IOHDR_REDO, &hdr->flags) && in ff_layout_write_call_done()
|
| /linux-6.15/include/linux/ |
| H A D | nfs_xdr.h | 1631 NFS_IOHDR_REDO, enumerator
|