Searched refs:NFS_CONTEXT_ERROR_WRITE (Results 1 – 3 of 3) sorted by relevance
255 have_error = test_and_clear_bit(NFS_CONTEXT_ERROR_WRITE, &ctx->flags); in nfs_file_fsync_commit()257 have_error |= test_bit(NFS_CONTEXT_ERROR_WRITE, &ctx->flags); in nfs_file_fsync_commit()665 if (test_bit(NFS_CONTEXT_ERROR_WRITE, &ctx->flags) || in nfs_need_sync_write()
97 set_bit(NFS_CONTEXT_ERROR_WRITE, &ctx->flags); in nfs_context_set_write_error()
86 #define NFS_CONTEXT_ERROR_WRITE (0) macro