Searched refs:NFS_IOHDR_REDO (Results 1 – 8 of 8) sorted by relevance
| /linux/fs/nfs/filelayout/ |
| 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() 296 if (test_bit(NFS_IOHDR_REDO, &hdr->flags) && in filelayout_read_call_done() 392 if (test_bit(NFS_IOHDR_REDO, &hdr->flags) && in filelayout_write_call_done()
|
| /linux/fs/nfs/ |
| A D | pnfs.c | 2816 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) in pnfs_ld_handle_write_error() 2843 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) { in pnfs_write_through_mds() 2889 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) { in pnfs_do_write() 2943 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) in pnfs_ld_handle_read_error() 2967 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) { in pnfs_read_through_mds() 3005 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) { in pnfs_read_resend_pnfs() 3034 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) { in pnfs_do_read()
|
| A 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()
|
| A D | read.c | 150 if (test_bit(NFS_IOHDR_REDO, &hdr->flags)) in nfs_read_completion()
|
| A D | pagelist.c | 793 set_bit(NFS_IOHDR_REDO, &hdr->flags); in nfs_pgio_error()
|
| A D | write.c | 995 if (test_bit(NFS_IOHDR_REDO, &hdr->flags)) in nfs_write_completion()
|
| /linux/fs/nfs/flexfilelayout/ |
| A D | flexfilelayout.c | 1033 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) { in ff_layout_reset_write() 1069 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) { in ff_layout_reset_read() 1417 if (test_bit(NFS_IOHDR_REDO, &hdr->flags) && in ff_layout_read_call_done() 1592 if (test_bit(NFS_IOHDR_REDO, &hdr->flags) && in ff_layout_write_call_done()
|
| /linux/include/linux/ |
| A D | nfs_xdr.h | 1588 NFS_IOHDR_REDO, enumerator
|
Completed in 35 milliseconds