Searched refs:NFS_IOHDR_REDO (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | pnfs.c | 2842 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) in pnfs_ld_handle_write_error() 2869 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) { in pnfs_write_through_mds() 2914 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) { in pnfs_do_write() 2968 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) in pnfs_ld_handle_read_error() 2992 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) { in pnfs_read_through_mds() 3030 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) { in pnfs_read_resend_pnfs() 3058 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) { in pnfs_do_read()
|
| H A D | direct.c | 292 if (test_bit(NFS_IOHDR_REDO, &hdr->flags)) { in nfs_direct_read_completion() 713 if (test_bit(NFS_IOHDR_REDO, &hdr->flags)) { in nfs_direct_write_completion()
|
| H A D | read.c | 164 if (test_bit(NFS_IOHDR_REDO, &hdr->flags)) in nfs_read_completion()
|
| H A D | pagelist.c | 799 set_bit(NFS_IOHDR_REDO, &hdr->flags); in nfs_pgio_error()
|
| H A D | write.c | 982 if (test_bit(NFS_IOHDR_REDO, &hdr->flags)) in nfs_write_completion()
|
| /OK3568_Linux_fs/kernel/fs/nfs/flexfilelayout/ |
| H A D | flexfilelayout.c | 1037 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) { in ff_layout_reset_write() 1073 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) { in ff_layout_reset_read() 1423 if (test_bit(NFS_IOHDR_REDO, &hdr->flags) && in ff_layout_read_call_done() 1598 if (test_bit(NFS_IOHDR_REDO, &hdr->flags) && in ff_layout_write_call_done()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | nfs_xdr.h | 1579 NFS_IOHDR_REDO, enumerator
|