Searched refs:NFS_IOHDR_REDO (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.1/fs/nfs/filelayout/ |
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-v6.1/fs/nfs/ |
D | pnfs.c | 2837 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) in pnfs_ld_handle_write_error() 2864 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) { in pnfs_write_through_mds() 2910 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) { in pnfs_do_write() 2964 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) in pnfs_ld_handle_read_error() 2988 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) { in pnfs_read_through_mds() 3026 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) { in pnfs_read_resend_pnfs() 3055 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) { in pnfs_do_read()
|
D | direct.c | 258 if (test_bit(NFS_IOHDR_REDO, &hdr->flags)) { in nfs_direct_read_completion() 686 if (test_bit(NFS_IOHDR_REDO, &hdr->flags)) { in nfs_direct_write_completion()
|
D | read.c | 146 if (test_bit(NFS_IOHDR_REDO, &hdr->flags)) in nfs_read_completion()
|
D | pagelist.c | 796 set_bit(NFS_IOHDR_REDO, &hdr->flags); in nfs_pgio_error()
|
D | write.c | 994 if (test_bit(NFS_IOHDR_REDO, &hdr->flags)) in nfs_write_completion()
|
/Linux-v6.1/fs/nfs/flexfilelayout/ |
D | flexfilelayout.c | 1030 if (!test_and_set_bit(NFS_IOHDR_REDO, &hdr->flags)) { in ff_layout_reset_write() 1066 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() 1603 if (test_bit(NFS_IOHDR_REDO, &hdr->flags) && in ff_layout_write_call_done()
|
/Linux-v6.1/include/linux/ |
D | nfs_xdr.h | 1599 NFS_IOHDR_REDO, enumerator
|