Searched refs:NFS_IOHDR_REDO (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/fs/nfs/filelayout/ |
D | filelayout.c | 92 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) { in filelayout_reset_write() 109 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) { in filelayout_reset_read() 297 if (test_bit(NFS_IOHDR_REDO, &hdr->flags) && in filelayout_read_call_done() 393 if (test_bit(NFS_IOHDR_REDO, &hdr->flags) && in filelayout_write_call_done()
|
/Linux-v4.19/fs/nfs/ |
D | pnfs.c | 2537 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) in pnfs_ld_handle_write_error() 2564 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) { in pnfs_write_through_mds() 2609 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) { in pnfs_do_write() 2663 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) in pnfs_ld_handle_read_error() 2687 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) { in pnfs_read_through_mds() 2724 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) { in pnfs_read_resend_pnfs() 2751 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) { in pnfs_do_read()
|
D | direct.c | 400 if (test_bit(NFS_IOHDR_REDO, &hdr->flags)) in nfs_direct_read_completion() 771 if (test_bit(NFS_IOHDR_REDO, &hdr->flags)) in nfs_direct_write_completion()
|
D | read.c | 156 if (test_bit(NFS_IOHDR_REDO, &hdr->flags)) in nfs_read_completion()
|
D | pagelist.c | 643 set_bit(NFS_IOHDR_REDO, &hdr->flags); in nfs_pgio_error()
|
D | write.c | 986 if (test_bit(NFS_IOHDR_REDO, &hdr->flags)) in nfs_write_completion()
|
/Linux-v4.19/fs/nfs/flexfilelayout/ |
D | flexfilelayout.c | 1007 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) { in ff_layout_reset_write() 1026 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) { in ff_layout_reset_read() 1378 if (test_bit(NFS_IOHDR_REDO, &hdr->flags) && in ff_layout_read_call_done() 1557 if (test_bit(NFS_IOHDR_REDO, &hdr->flags) && in ff_layout_write_call_done()
|
/Linux-v4.19/include/linux/ |
D | nfs_xdr.h | 1452 NFS_IOHDR_REDO, enumerator
|