Searched refs:NFS_IOHDR_REDO (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/fs/nfs/filelayout/ |
D | filelayout.c | 91 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) { in filelayout_reset_write() 108 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) { in filelayout_reset_read() 319 if (test_bit(NFS_IOHDR_REDO, &hdr->flags) && in filelayout_read_call_done() 410 if (test_bit(NFS_IOHDR_REDO, &hdr->flags) && in filelayout_write_call_done()
|
/linux-4.1.27/fs/nfs/flexfilelayout/ |
D | flexfilelayout.c | 639 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) { in ff_layout_reset_write() 658 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) { in ff_layout_reset_read() 985 if (test_bit(NFS_IOHDR_REDO, &hdr->flags) && in ff_layout_read_call_done() 1142 if (test_bit(NFS_IOHDR_REDO, &hdr->flags) && in ff_layout_write_call_done()
|
/linux-4.1.27/fs/nfs/ |
D | read.c | 148 if (test_bit(NFS_IOHDR_REDO, &hdr->flags)) in nfs_read_completion()
|
D | direct.c | 414 if (test_bit(NFS_IOHDR_REDO, &hdr->flags)) in nfs_direct_read_completion() 780 if (test_bit(NFS_IOHDR_REDO, &hdr->flags)) in nfs_direct_write_completion()
|
D | pnfs.c | 1837 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) in pnfs_ld_handle_write_error() 1863 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) { in pnfs_write_through_mds() 1953 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) in pnfs_ld_handle_read_error() 1978 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) { in pnfs_read_through_mds()
|
D | pagelist.c | 674 set_bit(NFS_IOHDR_REDO, &hdr->flags); in nfs_pgio_error()
|
D | write.c | 887 if (test_bit(NFS_IOHDR_REDO, &hdr->flags)) in nfs_write_completion()
|
/linux-4.1.27/include/linux/ |
D | nfs_xdr.h | 1319 NFS_IOHDR_REDO, enumerator
|